Color Hex Logo

#474472 Color Hex

#474472
(71,68,114)
0 Favorites   0 Comments

Color spaces of #474472

RGB 7168114
HSL0.680.250.36
HSV244°40°45°
CMYK 0.380.400.00   0.55
XYZ7.70296.688716.8047
Yxy6.68870.24690.2144
Hunter Lab25.86257.9051-20.4211
CIE-Lab31.087513.4126-26.0951

#474472 color RGB value is (71,68,114).

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

The process color (four color CMYK) of #474472 color hex is 0.38, 0.40, 0.00, 0.55. Web safe color of #474472 is #333366. Color #474472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000100 01110010
Octal 107 104 162
Decimal 71 68 114
Hex 47 44 72

RGB Percentages of Color #474472

%28.06
%26.88
%45.06

CMYK Percentages of Color #474472

%38
%40
%0
%55

Triadic Colors of #474472

#474472 #724744 #447247

Analogous Colors of #474472

#474472 #5e4472 #445872

Monochromatic Colors of #474472

#474472

Complementary Color

#474472 #6f7244

#474472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474472 Color CSS Codes

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

#474472 Text Font Color

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

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


#474472 Background Color

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

This div background color is #474472


#474472 Border Color

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

This div border color is #474472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474472


Comments

No comments written yet.

Please login to write comment.