Color Hex Logo

#476774 Color Hex

#476774
(71,103,116)
0 Favorites   0 Comments

Color spaces of #476774

RGB 71103116
HSL0.550.240.37
HSV197°39°45°
CMYK 0.390.110.00   0.55
XYZ10.601212.301018.3386
Yxy12.30100.25710.2983
Hunter Lab35.0728-7.4234-6.4502
CIE-Lab41.6906-7.9850-10.9834

#476774 color RGB value is (71,103,116).

#476774 hex color red value is 71, green value is 103 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #476774 hue: 0.55 , saturation: 0.24 and the lightness value of 476774 is 0.37.

The process color (four color CMYK) of #476774 color hex is 0.39, 0.11, 0.00, 0.55. Web safe color of #476774 is #336666. Color #476774 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100111 01110100
Octal 107 147 164
Decimal 71 103 116
Hex 47 67 74

RGB Percentages of Color #476774

%24.48
%35.52
%40.00

CMYK Percentages of Color #476774

%39
%11
%0
%55

Triadic Colors of #476774

#476774 #744767 #677447

Analogous Colors of #476774

#476774 #475174 #47746b

Monochromatic Colors of #476774

#476774

Complementary Color

#476774 #745447

#476774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476774 Color CSS Codes

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

#476774 Text Font Color

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

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


#476774 Background Color

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

This div background color is #476774


#476774 Border Color

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

This div border color is #476774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476774


Comments

No comments written yet.

Please login to write comment.