Color Hex Logo

#476077 Color Hex

#476077
(71,96,119)
0 Favorites   0 Comments

Color spaces of #476077

RGB 7196119
HSL0.580.250.37
HSV209°40°47°
CMYK 0.400.190.00   0.53
XYZ10.111211.037219.0502
Yxy11.03720.25150.2746
Hunter Lab33.2223-3.8125-10.7423
CIE-Lab39.6431-2.9264-15.9241

#476077 color RGB value is (71,96,119).

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

The process color (four color CMYK) of #476077 color hex is 0.40, 0.19, 0.00, 0.53. Web safe color of #476077 is #336666. Color #476077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100000 01110111
Octal 107 140 167
Decimal 71 96 119
Hex 47 60 77

RGB Percentages of Color #476077

%24.83
%33.57
%41.61

CMYK Percentages of Color #476077

%40
%19
%0
%53

Triadic Colors of #476077

#476077 #774760 #607747

Analogous Colors of #476077

#476077 #474877 #477776

Monochromatic Colors of #476077

#476077

Complementary Color

#476077 #775e47

#476077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476077 Color CSS Codes

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

#476077 Text Font Color

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

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


#476077 Background Color

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

This div background color is #476077


#476077 Border Color

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

This div border color is #476077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476077


Comments

No comments written yet.

Please login to write comment.