Color Hex Logo

#475571 Color Hex

#475571
(71,85,113)
0 Favorites   0 Comments

Color spaces of #475571

RGB 7185113
HSL0.610.230.36
HSV220°37°44°
CMYK 0.370.250.00   0.56
XYZ8.82779.028816.9003
Yxy9.02880.25400.2598
Hunter Lab30.0480-0.1430-12.3137
CIE-Lab36.03972.1240-17.7598

#475571 color RGB value is (71,85,113).

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

The process color (four color CMYK) of #475571 color hex is 0.37, 0.25, 0.00, 0.56. Web safe color of #475571 is #336666. Color #475571 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 01110001
Octal 107 125 161
Decimal 71 85 113
Hex 47 55 71

RGB Percentages of Color #475571

%26.39
%31.60
%42.01

CMYK Percentages of Color #475571

%37
%25
%0
%56

Triadic Colors of #475571

#475571 #714755 #557147

Analogous Colors of #475571

#475571 #4e4771 #476a71

Monochromatic Colors of #475571

#475571

Complementary Color

#475571 #716347

#475571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475571 Color CSS Codes

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

#475571 Text Font Color

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

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


#475571 Background Color

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

This div background color is #475571


#475571 Border Color

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

This div border color is #475571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475571


Comments

No comments written yet.

Please login to write comment.