Color Hex Logo

#4242aa Color Hex

#4242AA
(66,66,170)
0 Favorites   0 Comments

Color spaces of #4242aa

RGB 6666170
HSL0.670.440.46
HSV240°61°67°
CMYK 0.610.610.00   0.33
XYZ11.45077.957038.9625
Yxy7.95700.19620.1363
Hunter Lab28.208223.0953-62.1486
CIE-Lab33.893231.8888-55.9677

#4242aa color RGB value is (66,66,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 10101010
Octal 102 102 252
Decimal 66 66 170
Hex 42 42 AA

RGB Percentages of Color #4242aa

%21.85
%21.85
%56.29

CMYK Percentages of Color #4242aa

%61
%61
%0
%33

Triadic Colors of #4242aa

#4242aa #aa4242 #42aa42

Analogous Colors of #4242aa

#4242aa #7642aa #4276aa

Monochromatic Colors of #4242aa

#4242aa

Complementary Color

#4242aa #aaaa42

#4242aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4242aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4242aa Color CSS Codes

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

#4242aa Text Font Color

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

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


#4242aa Background Color

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

This div background color is #4242aa


#4242aa Border Color

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

This div border color is #4242aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4242aa


Comments

No comments written yet.

Please login to write comment.