Color Hex Logo

#4444aa Color Hex

#4444AA
(68,68,170)
1 Favorites   0 Comments

Color spaces of #4444aa

RGB 6868170
HSL0.670.430.47
HSV240°60°67°
CMYK 0.600.600.00   0.33
XYZ11.70678.265539.0086
Yxy8.26550.19850.1401
Hunter Lab28.749822.3718-60.3217
CIE-Lab34.529830.9714-54.9260

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000100 10101010
Octal 104 104 252
Decimal 68 68 170
Hex 44 44 AA

RGB Percentages of Color #4444aa

%22.22
%22.22
%55.56

CMYK Percentages of Color #4444aa

%60
%60
%0
%33

Triadic Colors of #4444aa

#4444aa #aa4444 #44aa44

Analogous Colors of #4444aa

#4444aa #7744aa #4477aa

Monochromatic Colors of #4444aa

#4444aa

Complementary Color

#4444aa #aaaa44

#4444aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4444aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4444aa Color CSS Codes

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

#4444aa Text Font Color

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

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


#4444aa Background Color

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

This div background color is #4444aa


#4444aa Border Color

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

This div border color is #4444aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4444aa


Comments

No comments written yet.

Please login to write comment.