Color Hex Logo

#476478 Color Hex

#476478
(71,100,120)
0 Favorites   0 Comments

Color spaces of #476478

RGB 71100120
HSL0.570.260.37
HSV204°41°47°
CMYK 0.410.170.00   0.53
XYZ10.545911.810019.4930
Yxy11.81000.25200.2822
Hunter Lab34.3657-5.3631-9.5747
CIE-Lab40.9125-5.0507-14.5954

#476478 color RGB value is (71,100,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100100 01111000
Octal 107 144 170
Decimal 71 100 120
Hex 47 64 78

RGB Percentages of Color #476478

%24.40
%34.36
%41.24

CMYK Percentages of Color #476478

%41
%17
%0
%53

Triadic Colors of #476478

#476478 #784764 #647847

Analogous Colors of #476478

#476478 #474c78 #477874

Monochromatic Colors of #476478

#476478

Complementary Color

#476478 #785b47

#476478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476478 Color CSS Codes

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

#476478 Text Font Color

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

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


#476478 Background Color

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

This div background color is #476478


#476478 Border Color

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

This div border color is #476478


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,100,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 #476478">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476478


Comments

No comments written yet.

Please login to write comment.