Color Hex Logo

#477996 Color Hex

#477996
(71,121,150)
0 Favorites   0 Comments

Color spaces of #477996

RGB 71121150
HSL0.560.360.43
HSV202°53°59°
CMYK 0.530.190.00   0.41
XYZ14.940917.216331.3898
Yxy17.21630.23510.2709
Hunter Lab41.4925-8.3365-15.8091
CIE-Lab48.5314-8.3066-20.8602

#477996 color RGB value is (71,121,150).

#477996 hex color red value is 71, green value is 121 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #477996 hue: 0.56 , saturation: 0.36 and the lightness value of 477996 is 0.43.

The process color (four color CMYK) of #477996 color hex is 0.53, 0.19, 0.00, 0.41. Web safe color of #477996 is #336699. Color #477996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111001 10010110
Octal 107 171 226
Decimal 71 121 150
Hex 47 79 96

RGB Percentages of Color #477996

%20.76
%35.38
%43.86

CMYK Percentages of Color #477996

%53
%19
%0
%41

Triadic Colors of #477996

#477996 #964779 #799647

Analogous Colors of #477996

#477996 #475296 #47968c

Monochromatic Colors of #477996

#477996

Complementary Color

#477996 #966447

#477996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477996 Color CSS Codes

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

#477996 Text Font Color

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

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


#477996 Background Color

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

This div background color is #477996


#477996 Border Color

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

This div border color is #477996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477996


Comments

No comments written yet.

Please login to write comment.