Color Hex Logo

#475572 Color Hex

#475572
(71,85,114)
0 Favorites   0 Comments

Color spaces of #475572

RGB 7185114
HSL0.610.230.36
HSV220°38°45°
CMYK 0.380.250.00   0.55
XYZ8.88439.051517.1984
Yxy9.05150.25290.2576
Hunter Lab30.08570.0610-12.8329
CIE-Lab36.08332.4191-18.3130

#475572 color RGB value is (71,85,114).

#475572 hex color red value is 71, green value is 85 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #475572 hue: 0.61 , saturation: 0.23 and the lightness value of 475572 is 0.36.

The process color (four color CMYK) of #475572 color hex is 0.38, 0.25, 0.00, 0.55. Web safe color of #475572 is #336666. Color #475572 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 01110010
Octal 107 125 162
Decimal 71 85 114
Hex 47 55 72

RGB Percentages of Color #475572

%26.30
%31.48
%42.22

CMYK Percentages of Color #475572

%38
%25
%0
%55

Triadic Colors of #475572

#475572 #724755 #557247

Analogous Colors of #475572

#475572 #4f4772 #476b72

Monochromatic Colors of #475572

#475572

Complementary Color

#475572 #726447

#475572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475572 Color CSS Codes

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

#475572 Text Font Color

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

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


#475572 Background Color

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

This div background color is #475572


#475572 Border Color

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

This div border color is #475572


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,85,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #475572; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #475572;
  -webkit-box-shadow: 1px 1px 3px 2px #475572;
  box-shadow:         1px 1px 3px 2px #475572; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,85,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475572


Comments

No comments written yet.

Please login to write comment.