Color Hex Logo

#4049aa Color Hex

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

Color spaces of #4049aa

RGB 6473170
HSL0.650.450.46
HSV235°62°67°
CMYK 0.620.570.00   0.33
XYZ11.75268.757439.1011
Yxy8.75740.19720.1469
Hunter Lab29.592919.1024-57.6248
CIE-Lab35.512927.0585-53.3431

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

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

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

Base Numbers

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

RGB Percentages of Color #4049aa

%20.85
%23.78
%55.37

CMYK Percentages of Color #4049aa

%62
%57
%0
%33

Triadic Colors of #4049aa

#4049aa #aa4049 #49aa40

Analogous Colors of #4049aa

#4049aa #6c40aa #407eaa

Monochromatic Colors of #4049aa

#4049aa

Complementary Color

#4049aa #aaa140

#4049aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4049aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4049aa Color CSS Codes

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

#4049aa Text Font Color

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

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


#4049aa Background Color

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

This div background color is #4049aa


#4049aa Border Color

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

This div border color is #4049aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4049aa


Comments

No comments written yet.

Please login to write comment.