Color Hex Logo

#477076 Color Hex

#477076
(71,112,118)
0 Favorites   0 Comments

Color spaces of #477076

RGB 71112118
HSL0.520.250.37
HSV188°40°46°
CMYK 0.400.050.00   0.54
XYZ11.662714.235919.2727
Yxy14.23590.25820.3152
Hunter Lab37.7305-10.8530-3.8739
CIE-Lab44.5694-12.6146-7.8643

#477076 color RGB value is (71,112,118).

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

The process color (four color CMYK) of #477076 color hex is 0.40, 0.05, 0.00, 0.54. Web safe color of #477076 is #336666. Color #477076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110000 01110110
Octal 107 160 166
Decimal 71 112 118
Hex 47 70 76

RGB Percentages of Color #477076

%23.59
%37.21
%39.20

CMYK Percentages of Color #477076

%40
%5
%0
%54

Triadic Colors of #477076

#477076 #764770 #707647

Analogous Colors of #477076

#477076 #475976 #477665

Monochromatic Colors of #477076

#477076

Complementary Color

#477076 #764d47

#477076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477076 Color CSS Codes

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

#477076 Text Font Color

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

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


#477076 Background Color

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

This div background color is #477076


#477076 Border Color

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

This div border color is #477076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477076


Comments

No comments written yet.

Please login to write comment.