Color Hex Logo

#474b78 Color Hex

#474B78
(71,75,120)
1 Favorites   0 Comments

Color spaces of #474b78

RGB 7175120
HSL0.650.260.37
HSV235°41°47°
CMYK 0.410.380.00   0.53
XYZ8.50487.727818.8127
Yxy7.72780.24270.2205
Hunter Lab27.79895.9622-20.6648
CIE-Lab33.409410.6661-26.2049

#474b78 color RGB value is (71,75,120).

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

The process color (four color CMYK) of #474b78 color hex is 0.41, 0.38, 0.00, 0.53. Web safe color of #474b78 is #333366. Color #474b78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001011 01111000
Octal 107 113 170
Decimal 71 75 120
Hex 47 4B 78

RGB Percentages of Color #474b78

%26.69
%28.20
%45.11

CMYK Percentages of Color #474b78

%41
%38
%0
%53

Triadic Colors of #474b78

#474b78 #78474b #4b7847

Analogous Colors of #474b78

#474b78 #5c4778 #476478

Monochromatic Colors of #474b78

#474b78

Complementary Color

#474b78 #787447

#474b78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474b78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474b78 Color CSS Codes

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

#474b78 Text Font Color

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

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


#474b78 Background Color

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

This div background color is #474b78


#474b78 Border Color

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

This div border color is #474b78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474b78


Comments

No comments written yet.

Please login to write comment.