Color Hex Logo

#40495e Color Hex

#40495E
(64,73,94)
0 Favorites   0 Comments

Color spaces of #40495e

RGB 647394
HSL0.620.190.31
HSV222°32°37°
CMYK 0.320.220.00   0.63
XYZ6.51736.663211.5323
Yxy6.66320.26370.2696
Hunter Lab25.8132-0.1054-8.4192
CIE-Lab31.02751.9457-13.5451

#40495e color RGB value is (64,73,94).

#40495e hex color red value is 64, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #40495e hue: 0.62 , saturation: 0.19 and the lightness value of 40495e is 0.31.

The process color (four color CMYK) of #40495e color hex is 0.32, 0.22, 0.00, 0.63. Web safe color of #40495e is #333366. Color #40495e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001001 01011110
Octal 100 111 136
Decimal 64 73 94
Hex 40 49 5E

RGB Percentages of Color #40495e

%27.71
%31.60
%40.69

CMYK Percentages of Color #40495e

%32
%22
%0
%63

Triadic Colors of #40495e

#40495e #5e4049 #495e40

Analogous Colors of #40495e

#40495e #46405e #40585e

Monochromatic Colors of #40495e

#40495e

Complementary Color

#40495e #5e5540

#40495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40495e Color CSS Codes

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

#40495e Text Font Color

<p style="color:#40495e">Text here</p>

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


#40495e Background Color

<div style="background-color:#40495e">
Div content here</div>

This div background color is #40495e


#40495e Border Color

<div style="border:3px solid #40495e">
Div here</div>

This div border color is #40495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40495e


Comments

No comments written yet.

Please login to write comment.