Color Hex Logo

#4d407b Color Hex

#4D407B
(77,64,123)
0 Favorites   0 Comments

Color spaces of #4d407b

RGB 7764123
HSL0.700.320.37
HSV253°48°48°
CMYK 0.370.480.00   0.52
XYZ8.46916.674619.5809
Yxy6.67460.24390.1922
Hunter Lab25.835213.3027-26.8521
CIE-Lab31.054320.5040-31.7615

#4d407b color RGB value is (77,64,123).

#4d407b hex color red value is 77, green value is 64 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #4d407b hue: 0.70 , saturation: 0.32 and the lightness value of 4d407b is 0.37.

The process color (four color CMYK) of #4d407b color hex is 0.37, 0.48, 0.00, 0.52. Web safe color of #4d407b is #663366. Color #4d407b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01000000 01111011
Octal 115 100 173
Decimal 77 64 123
Hex 4D 40 7B

RGB Percentages of Color #4d407b

%29.17
%24.24
%46.59

CMYK Percentages of Color #4d407b

%37
%48
%0
%52

Triadic Colors of #4d407b

#4d407b #7b4d40 #407b4d

Analogous Colors of #4d407b

#4d407b #6b407b #40517b

Monochromatic Colors of #4d407b

#4d407b

Complementary Color

#4d407b #6e7b40

#4d407b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d407b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d407b Color CSS Codes

.mybgcolor {background-color:#4d407b; } 
.myforecolor {color:#4d407b; }
.mybordercolor {border:3px solid #4d407b; }

#4d407b Text Font Color

<p style="color:#4d407b">Text here</p>

This sample text font color is #4d407b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4d407b Background Color

<div style="background-color:#4d407b">
Div content here</div>

This div background color is #4d407b


#4d407b Border Color

<div style="border:3px solid #4d407b">
Div here</div>

This div border color is #4d407b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,64,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d407b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d407b;
  -webkit-box-shadow: 1px 1px 3px 2px #4d407b;
  box-shadow:         1px 1px 3px 2px #4d407b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,64,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4d407b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4d407b;
  -webkit-box-shadow: 1px 1px 3px 2px #4d407b;
  box-shadow:         1px 1px 3px 2px #4d407b;">
Div content here</div>

This div box has shadow with color #4d407b


Comments

No comments written yet.

Please login to write comment.