Color Hex Logo

#40449a Color Hex

#40449A
(64,68,154)
0 Favorites   0 Comments

Color spaces of #40449a

RGB 6468154
HSL0.660.410.43
HSV237°58°60°
CMYK 0.580.560.00   0.40
XYZ10.01427.557331.5028
Yxy7.55730.20410.1540
Hunter Lab27.490516.9152-48.7000
CIE-Lab33.043424.7606-47.7221

#40449a color RGB value is (64,68,154).

#40449a hex color red value is 64, green value is 68 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #40449a hue: 0.66 , saturation: 0.41 and the lightness value of 40449a is 0.43.

The process color (four color CMYK) of #40449a color hex is 0.58, 0.56, 0.00, 0.40. Web safe color of #40449a is #333399. Color #40449a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000100 10011010
Octal 100 104 232
Decimal 64 68 154
Hex 40 44 9A

RGB Percentages of Color #40449a

%22.38
%23.78
%53.85

CMYK Percentages of Color #40449a

%58
%56
%0
%40

Triadic Colors of #40449a

#40449a #9a4044 #449a40

Analogous Colors of #40449a

#40449a #69409a #40719a

Monochromatic Colors of #40449a

#40449a

Complementary Color

#40449a #9a9640

#40449a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40449a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40449a Color CSS Codes

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

#40449a Text Font Color

<p style="color:#40449a">Text here</p>

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


#40449a Background Color

<div style="background-color:#40449a">
Div content here</div>

This div background color is #40449a


#40449a Border Color

<div style="border:3px solid #40449a">
Div here</div>

This div border color is #40449a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,68,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40449a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40449a;
  -webkit-box-shadow: 1px 1px 3px 2px #40449a;
  box-shadow:         1px 1px 3px 2px #40449a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,68,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #40449a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40449a


Comments

No comments written yet.

Please login to write comment.