Color Hex Logo

#40495f Color Hex

#40495F
(64,73,95)
0 Favorites   0 Comments

Color spaces of #40495f

RGB 647395
HSL0.620.190.31
HSV223°33°37°
CMYK 0.330.230.00   0.63
XYZ6.56256.681311.7702
Yxy6.68130.26240.2671
Hunter Lab25.84820.0843-8.9045
CIE-Lab31.07012.2344-14.1180

#40495f color RGB value is (64,73,95).

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

The process color (four color CMYK) of #40495f color hex is 0.33, 0.23, 0.00, 0.63. Web safe color of #40495f is #333366. Color #40495f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001001 01011111
Octal 100 111 137
Decimal 64 73 95
Hex 40 49 5F

RGB Percentages of Color #40495f

%27.59
%31.47
%40.95

CMYK Percentages of Color #40495f

%33
%23
%0
%63

Triadic Colors of #40495f

#40495f #5f4049 #495f40

Analogous Colors of #40495f

#40495f #47405f #40595f

Monochromatic Colors of #40495f

#40495f

Complementary Color

#40495f #5f5640

#40495f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40495f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40495f Color CSS Codes

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

#40495f Text Font Color

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

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


#40495f Background Color

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

This div background color is #40495f


#40495f Border Color

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

This div border color is #40495f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40495f


Comments

No comments written yet.

Please login to write comment.