Color Hex Logo

#475478 Color Hex

#475478
(71,84,120)
2 Favorites   0 Comments

Color spaces of #475478

RGB 7184120
HSL0.620.260.37
HSV224°41°47°
CMYK 0.410.300.00   0.53
XYZ9.15909.036319.0307
Yxy9.03630.24600.2427
Hunter Lab30.06041.7807-16.4931
CIE-Lab36.05414.8598-22.0738

#475478 color RGB value is (71,84,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010100 01111000
Octal 107 124 170
Decimal 71 84 120
Hex 47 54 78

RGB Percentages of Color #475478

%25.82
%30.55
%43.64

CMYK Percentages of Color #475478

%41
%30
%0
%53

Triadic Colors of #475478

#475478 #784754 #547847

Analogous Colors of #475478

#475478 #534778 #476d78

Monochromatic Colors of #475478

#475478

Complementary Color

#475478 #786b47

#475478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475478 Color CSS Codes

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

#475478 Text Font Color

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

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


#475478 Background Color

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

This div background color is #475478


#475478 Border Color

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

This div border color is #475478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475478


Comments

No comments written yet.

Please login to write comment.