Color Hex Logo

#475978 Color Hex

#475978
(71,89,120)
0 Favorites   0 Comments

Color spaces of #475978

RGB 7189120
HSL0.610.260.37
HSV218°41°47°
CMYK 0.410.260.00   0.53
XYZ9.56119.840419.1648
Yxy9.84040.24790.2552
Hunter Lab31.3694-0.4914-14.2640
CIE-Lab37.55451.6994-19.7490

#475978 color RGB value is (71,89,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011001 01111000
Octal 107 131 170
Decimal 71 89 120
Hex 47 59 78

RGB Percentages of Color #475978

%25.36
%31.79
%42.86

CMYK Percentages of Color #475978

%41
%26
%0
%53

Triadic Colors of #475978

#475978 #784759 #597847

Analogous Colors of #475978

#475978 #4e4778 #477278

Monochromatic Colors of #475978

#475978

Complementary Color

#475978 #786647

#475978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475978 Color CSS Codes

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

#475978 Text Font Color

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

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


#475978 Background Color

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

This div background color is #475978


#475978 Border Color

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

This div border color is #475978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475978


Comments

No comments written yet.

Please login to write comment.