Color Hex Logo

#4940aa Color Hex

#4940AA
(73,64,170)
0 Favorites   0 Comments

Color spaces of #4940aa

RGB 7364170
HSL0.680.450.46
HSV245°62°67°
CMYK 0.570.620.00   0.33
XYZ11.83677.985538.9477
Yxy7.98550.20140.1359
Hunter Lab28.258625.3158-61.9359
CIE-Lab33.952734.3765-55.8471

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

#4940aa hex color red value is 73, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4940aa hue: 0.68 , saturation: 0.45 and the lightness value of 4940aa is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000000 10101010
Octal 111 100 252
Decimal 73 64 170
Hex 49 40 AA

RGB Percentages of Color #4940aa

%23.78
%20.85
%55.37

CMYK Percentages of Color #4940aa

%57
%62
%0
%33

Triadic Colors of #4940aa

#4940aa #aa4940 #40aa49

Analogous Colors of #4940aa

#4940aa #7e40aa #406caa

Monochromatic Colors of #4940aa

#4940aa

Complementary Color

#4940aa #a1aa40

#4940aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4940aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4940aa Color CSS Codes

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

#4940aa Text Font Color

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

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


#4940aa Background Color

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

This div background color is #4940aa


#4940aa Border Color

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

This div border color is #4940aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4940aa


Comments

No comments written yet.

Please login to write comment.