Color Hex Logo

#475662 Color Hex

#475662
(71,86,98)
0 Favorites   0 Comments

Color spaces of #475662

RGB 718698
HSL0.570.160.33
HSV207°28°38°
CMYK 0.280.120.00   0.62
XYZ8.13098.877012.8402
Yxy8.87700.27240.2974
Hunter Lab29.7943-3.4271-4.6957
CIE-Lab35.7464-2.7335-8.8591

#475662 color RGB value is (71,86,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 01100010
Octal 107 126 142
Decimal 71 86 98
Hex 47 56 62

RGB Percentages of Color #475662

%27.84
%33.73
%38.43

CMYK Percentages of Color #475662

%28
%12
%0
%62

Triadic Colors of #475662

#475662 #624756 #566247

Analogous Colors of #475662

#475662 #474962 #476261

Monochromatic Colors of #475662

#475662

Complementary Color

#475662 #625347

#475662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475662 Color CSS Codes

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

#475662 Text Font Color

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

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


#475662 Background Color

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

This div background color is #475662


#475662 Border Color

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

This div border color is #475662


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,86,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 #475662">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475662


Comments

No comments written yet.

Please login to write comment.