Color Hex Logo

#475576 Color Hex

#475576
(71,85,118)
0 Favorites   0 Comments

Color spaces of #475576

RGB 7185118
HSL0.620.250.37
HSV222°40°46°
CMYK 0.400.280.00   0.54
XYZ9.11709.144618.4241
Yxy9.14460.24850.2493
Hunter Lab30.24000.8955-14.9551
CIE-Lab36.26123.6161-20.5157

#475576 color RGB value is (71,85,118).

#475576 hex color red value is 71, green value is 85 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #475576 hue: 0.62 , saturation: 0.25 and the lightness value of 475576 is 0.37.

The process color (four color CMYK) of #475576 color hex is 0.40, 0.28, 0.00, 0.54. Web safe color of #475576 is #336666. Color #475576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 01110110
Octal 107 125 166
Decimal 71 85 118
Hex 47 55 76

RGB Percentages of Color #475576

%25.91
%31.02
%43.07

CMYK Percentages of Color #475576

%40
%28
%0
%54

Triadic Colors of #475576

#475576 #764755 #557647

Analogous Colors of #475576

#475576 #514776 #476d76

Monochromatic Colors of #475576

#475576

Complementary Color

#475576 #766847

#475576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475576 Color CSS Codes

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

#475576 Text Font Color

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

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


#475576 Background Color

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

This div background color is #475576


#475576 Border Color

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

This div border color is #475576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475576


Comments

No comments written yet.

Please login to write comment.