Color Hex Logo

#4d5690 Color Hex

#4D5690
(77,86,144)
0 Favorites   0 Comments

Color spaces of #4d5690

RGB 7786144
HSL0.640.300.43
HSV232°47°56°
CMYK 0.470.400.00   0.44
XYZ11.422410.247027.7614
Yxy10.24700.23110.2073
Hunter Lab32.01097.6747-29.0114
CIE-Lab38.282112.7672-33.2309

#4d5690 color RGB value is (77,86,144).

#4d5690 hex color red value is 77, green value is 86 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #4d5690 hue: 0.64 , saturation: 0.30 and the lightness value of 4d5690 is 0.43.

The process color (four color CMYK) of #4d5690 color hex is 0.47, 0.40, 0.00, 0.44. Web safe color of #4d5690 is #666699. Color #4d5690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01010110 10010000
Octal 115 126 220
Decimal 77 86 144
Hex 4D 56 90

RGB Percentages of Color #4d5690

%25.08
%28.01
%46.91

CMYK Percentages of Color #4d5690

%47
%40
%0
%44

Triadic Colors of #4d5690

#4d5690 #904d56 #56904d

Analogous Colors of #4d5690

#4d5690 #664d90 #4d7890

Monochromatic Colors of #4d5690

#4d5690

Complementary Color

#4d5690 #90874d

#4d5690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5690 Color CSS Codes

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

#4d5690 Text Font Color

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

This sample text font color is #4d5690
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.


#4d5690 Background Color

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

This div background color is #4d5690


#4d5690 Border Color

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

This div border color is #4d5690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5690


Comments

No comments written yet.

Please login to write comment.