Color Hex Logo

#476878 Color Hex

#476878
(71,104,120)
0 Favorites   0 Comments

Color spaces of #476878

RGB 71104120
HSL0.550.260.37
HSV200°41°47°
CMYK 0.410.130.00   0.53
XYZ10.939012.596319.6241
Yxy12.59630.25350.2919
Hunter Lab35.4913-7.0930-7.9392
CIE-Lab42.1486-7.4294-12.7165

#476878 color RGB value is (71,104,120).

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

The process color (four color CMYK) of #476878 color hex is 0.41, 0.13, 0.00, 0.53. Web safe color of #476878 is #336666. Color #476878 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101000 01111000
Octal 107 150 170
Decimal 71 104 120
Hex 47 68 78

RGB Percentages of Color #476878

%24.07
%35.25
%40.68

CMYK Percentages of Color #476878

%41
%13
%0
%53

Triadic Colors of #476878

#476878 #784768 #687847

Analogous Colors of #476878

#476878 #475078 #477870

Monochromatic Colors of #476878

#476878

Complementary Color

#476878 #785747

#476878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476878 Color CSS Codes

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

#476878 Text Font Color

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

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


#476878 Background Color

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

This div background color is #476878


#476878 Border Color

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

This div border color is #476878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476878


Comments

No comments written yet.

Please login to write comment.