Color Hex Logo

#4472aa Color Hex

#4472AA
(68,114,170)
0 Favorites   0 Comments

Color spaces of #4472aa

RGB 68114170
HSL0.590.430.47
HSV213°60°67°
CMYK 0.600.330.00   0.33
XYZ15.656916.165940.3253
Yxy16.16590.21700.2241
Hunter Lab40.2068-0.8525-31.3199
CIE-Lab47.19141.7128-34.6762

#4472aa color RGB value is (68,114,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110010 10101010
Octal 104 162 252
Decimal 68 114 170
Hex 44 72 AA

RGB Percentages of Color #4472aa

%19.32
%32.39
%48.30

CMYK Percentages of Color #4472aa

%60
%33
%0
%33

Triadic Colors of #4472aa

#4472aa #aa4472 #72aa44

Analogous Colors of #4472aa

#4472aa #4944aa #44a5aa

Monochromatic Colors of #4472aa

#4472aa

Complementary Color

#4472aa #aa7c44

#4472aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4472aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4472aa Color CSS Codes

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

#4472aa Text Font Color

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

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


#4472aa Background Color

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

This div background color is #4472aa


#4472aa Border Color

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

This div border color is #4472aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,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 #4472aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4472aa


Comments

No comments written yet.

Please login to write comment.