Color Hex Logo

#472b78 Color Hex

#472B78
(71,43,120)
0 Favorites   0 Comments

Color spaces of #472b78

RGB 7143120
HSL0.730.470.32
HSV262°64°47°
CMYK 0.410.640.00   0.53
XYZ6.85264.423418.2619
Yxy4.42340.23200.1498
Hunter Lab21.031921.3530-36.7590
CIE-Lab25.024531.2719-39.5638

#472b78 color RGB value is (71,43,120).

#472b78 hex color red value is 71, green value is 43 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #472b78 hue: 0.73 , saturation: 0.47 and the lightness value of 472b78 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101011 01111000
Octal 107 53 170
Decimal 71 43 120
Hex 47 2B 78

RGB Percentages of Color #472b78

%30.34
%18.38
%51.28

CMYK Percentages of Color #472b78

%41
%64
%0
%53

Triadic Colors of #472b78

#472b78 #78472b #2b7847

Analogous Colors of #472b78

#472b78 #6e2b78 #2b3678

Monochromatic Colors of #472b78

#472b78

Complementary Color

#472b78 #5c782b

#472b78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472b78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472b78 Color CSS Codes

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

#472b78 Text Font Color

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

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


#472b78 Background Color

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

This div background color is #472b78


#472b78 Border Color

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

This div border color is #472b78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472b78


Comments

No comments written yet.

Please login to write comment.