Color Hex Logo

#40579a Color Hex

#40579A
(64,87,154)
0 Favorites   0 Comments

Color spaces of #40579a

RGB 6487154
HSL0.620.410.43
HSV225°58°60°
CMYK 0.580.440.00   0.40
XYZ11.355310.239531.9498
Yxy10.23950.21210.1912
Hunter Lab31.99927.3442-36.7990
CIE-Lab38.268912.3402-39.3353

#40579a color RGB value is (64,87,154).

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

The process color (four color CMYK) of #40579a color hex is 0.58, 0.44, 0.00, 0.40. Web safe color of #40579a is #336699. Color #40579a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010111 10011010
Octal 100 127 232
Decimal 64 87 154
Hex 40 57 9A

RGB Percentages of Color #40579a

%20.98
%28.52
%50.49

CMYK Percentages of Color #40579a

%58
%44
%0
%40

Triadic Colors of #40579a

#40579a #9a4057 #579a40

Analogous Colors of #40579a

#40579a #56409a #40849a

Monochromatic Colors of #40579a

#40579a

Complementary Color

#40579a #9a8340

#40579a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40579a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40579a Color CSS Codes

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

#40579a Text Font Color

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

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


#40579a Background Color

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

This div background color is #40579a


#40579a Border Color

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

This div border color is #40579a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40579a


Comments

No comments written yet.

Please login to write comment.