Color Hex Logo

#4949aa Color Hex

#4949AA
(73,73,170)
0 Favorites   0 Comments

Color spaces of #4949aa

RGB 7373170
HSL0.670.400.48
HSV240°57°67°
CMYK 0.570.570.00   0.33
XYZ12.38599.083839.1308
Yxy9.08380.20440.1499
Hunter Lab30.139320.6115-55.8804
CIE-Lab36.145128.7297-52.2891

#4949aa color RGB value is (73,73,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 10101010
Octal 111 111 252
Decimal 73 73 170
Hex 49 49 AA

RGB Percentages of Color #4949aa

%23.10
%23.10
%53.80

CMYK Percentages of Color #4949aa

%57
%57
%0
%33

Triadic Colors of #4949aa

#4949aa #aa4949 #49aa49

Analogous Colors of #4949aa

#4949aa #7a49aa #497aaa

Monochromatic Colors of #4949aa

#4949aa

Complementary Color

#4949aa #aaaa49

#4949aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4949aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4949aa Color CSS Codes

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

#4949aa Text Font Color

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

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


#4949aa Background Color

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

This div background color is #4949aa


#4949aa Border Color

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

This div border color is #4949aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4949aa


Comments

No comments written yet.

Please login to write comment.