Color Hex Logo

#475661 Color Hex

#475661
(71,86,97)
0 Favorites   0 Comments

Color spaces of #475661

RGB 718697
HSL0.570.150.33
HSV205°27°38°
CMYK 0.270.110.00   0.62
XYZ8.08408.858212.5930
Yxy8.85820.27370.2999
Hunter Lab29.7627-3.6015-4.2525
CIE-Lab35.7098-3.0003-8.2886

#475661 color RGB value is (71,86,97).

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

The process color (four color CMYK) of #475661 color hex is 0.27, 0.11, 0.00, 0.62. Web safe color of #475661 is #336666. Color #475661 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 01100001
Octal 107 126 141
Decimal 71 86 97
Hex 47 56 61

RGB Percentages of Color #475661

%27.95
%33.86
%38.19

CMYK Percentages of Color #475661

%27
%11
%0
%62

Triadic Colors of #475661

#475661 #614756 #566147

Analogous Colors of #475661

#475661 #474961 #47615f

Monochromatic Colors of #475661

#475661

Complementary Color

#475661 #615247

#475661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475661 Color CSS Codes

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

#475661 Text Font Color

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

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


#475661 Background Color

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

This div background color is #475661


#475661 Border Color

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

This div border color is #475661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475661


Comments

No comments written yet.

Please login to write comment.