Color Hex Logo

#475062 Color Hex

#475062
(71,80,98)
0 Favorites   0 Comments

Color spaces of #475062

RGB 718098
HSL0.610.160.33
HSV220°28°38°
CMYK 0.280.180.00   0.62
XYZ7.67187.958812.6871
Yxy7.95880.27090.2811
Hunter Lab28.2113-0.8285-6.9157
CIE-Lab33.89691.0112-11.6565

#475062 color RGB value is (71,80,98).

#475062 hex color red value is 71, green value is 80 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #475062 hue: 0.61 , saturation: 0.16 and the lightness value of 475062 is 0.33.

The process color (four color CMYK) of #475062 color hex is 0.28, 0.18, 0.00, 0.62. Web safe color of #475062 is #336666. Color #475062 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010000 01100010
Octal 107 120 142
Decimal 71 80 98
Hex 47 50 62

RGB Percentages of Color #475062

%28.51
%32.13
%39.36

CMYK Percentages of Color #475062

%28
%18
%0
%62

Triadic Colors of #475062

#475062 #624750 #506247

Analogous Colors of #475062

#475062 #4c4762 #475e62

Monochromatic Colors of #475062

#475062

Complementary Color

#475062 #625947

#475062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475062 Color CSS Codes

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

#475062 Text Font Color

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

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


#475062 Background Color

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

This div background color is #475062


#475062 Border Color

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

This div border color is #475062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475062


Comments

No comments written yet.

Please login to write comment.