Color Hex Logo

#4477aa Color Hex

#4477AA
(68,119,170)
3 Favorites   0 Comments

Color spaces of #4477aa

RGB 68119170
HSL0.580.430.47
HSV210°60°67°
CMYK 0.600.300.00   0.33
XYZ16.236417.324940.5185
Yxy17.32490.21920.2339
Hunter Lab41.6232-3.2112-28.5802
CIE-Lab48.6668-1.3061-32.3614

#4477aa color RGB value is (68,119,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110111 10101010
Octal 104 167 252
Decimal 68 119 170
Hex 44 77 AA

RGB Percentages of Color #4477aa

%19.05
%33.33
%47.62

CMYK Percentages of Color #4477aa

%60
%30
%0
%33

Triadic Colors of #4477aa

#4477aa #aa4477 #77aa44

Analogous Colors of #4477aa

#4477aa #4444aa #44aaaa

Monochromatic Colors of #4477aa

#4477aa

Complementary Color

#4477aa #aa7744

#4477aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4477aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4477aa Color CSS Codes

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

#4477aa Text Font Color

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

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


#4477aa Background Color

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

This div background color is #4477aa


#4477aa Border Color

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

This div border color is #4477aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4477aa


Comments

No comments written yet.

Please login to write comment.