Color Hex Logo

#474370 Color Hex

#474370
(71,67,112)
0 Favorites   0 Comments

Color spaces of #474370

RGB 7167112
HSL0.680.250.35
HSV245°40°44°
CMYK 0.370.400.00   0.56
XYZ7.53036.523816.1916
Yxy6.52380.24900.2157
Hunter Lab25.54177.9279-19.7063
CIE-Lab30.697313.4661-25.4470

#474370 color RGB value is (71,67,112).

#474370 hex color red value is 71, green value is 67 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #474370 hue: 0.68 , saturation: 0.25 and the lightness value of 474370 is 0.35.

The process color (four color CMYK) of #474370 color hex is 0.37, 0.40, 0.00, 0.56. Web safe color of #474370 is #333366. Color #474370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000011 01110000
Octal 107 103 160
Decimal 71 67 112
Hex 47 43 70

RGB Percentages of Color #474370

%28.40
%26.80
%44.80

CMYK Percentages of Color #474370

%37
%40
%0
%56

Triadic Colors of #474370

#474370 #704743 #437047

Analogous Colors of #474370

#474370 #5d4370 #435670

Monochromatic Colors of #474370

#474370

Complementary Color

#474370 #6c7043

#474370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474370 Color CSS Codes

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

#474370 Text Font Color

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

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


#474370 Background Color

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

This div background color is #474370


#474370 Border Color

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

This div border color is #474370


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,67,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #474370">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474370


Comments

No comments written yet.

Please login to write comment.