Color Hex Logo

#4872aa Color Hex

#4872AA
(72,114,170)
0 Favorites   0 Comments

Color spaces of #4872aa

RGB 72114170
HSL0.600.400.47
HSV214°58°67°
CMYK 0.580.330.00   0.33
XYZ15.945516.314640.3388
Yxy16.31460.21960.2247
Hunter Lab40.3913-0.2175-30.9389
CIE-Lab47.38462.5541-34.3592

#4872aa color RGB value is (72,114,170).

#4872aa hex color red value is 72, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4872aa hue: 0.60 , saturation: 0.40 and the lightness value of 4872aa is 0.47.

The process color (four color CMYK) of #4872aa color hex is 0.58, 0.33, 0.00, 0.33. Web safe color of #4872aa is #336699. Color #4872aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110010 10101010
Octal 110 162 252
Decimal 72 114 170
Hex 48 72 AA

RGB Percentages of Color #4872aa

%20.22
%32.02
%47.75

CMYK Percentages of Color #4872aa

%58
%33
%0
%33

Triadic Colors of #4872aa

#4872aa #aa4872 #72aa48

Analogous Colors of #4872aa

#4872aa #4f48aa #48a3aa

Monochromatic Colors of #4872aa

#4872aa

Complementary Color

#4872aa #aa8048

#4872aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4872aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4872aa Color CSS Codes

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

#4872aa Text Font Color

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

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


#4872aa Background Color

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

This div background color is #4872aa


#4872aa Border Color

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

This div border color is #4872aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,114,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4872aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4872aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4872aa;
  box-shadow:         1px 1px 3px 2px #4872aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4872aa


Comments

No comments written yet.

Please login to write comment.