Color Hex Logo

#40495d Color Hex

#40495D
(64,73,93)
0 Favorites   0 Comments

Color spaces of #40495d

RGB 647393
HSL0.610.180.31
HSV221°31°36°
CMYK 0.310.220.00   0.64
XYZ6.47276.645411.2975
Yxy6.64540.26510.2722
Hunter Lab25.7787-0.2936-7.9388
CIE-Lab30.98561.6585-12.9707

#40495d color RGB value is (64,73,93).

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

The process color (four color CMYK) of #40495d color hex is 0.31, 0.22, 0.00, 0.64. Web safe color of #40495d is #333366. Color #40495d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001001 01011101
Octal 100 111 135
Decimal 64 73 93
Hex 40 49 5D

RGB Percentages of Color #40495d

%27.83
%31.74
%40.43

CMYK Percentages of Color #40495d

%31
%22
%0
%64

Triadic Colors of #40495d

#40495d #5d4049 #495d40

Analogous Colors of #40495d

#40495d #46405d #40585d

Monochromatic Colors of #40495d

#40495d

Complementary Color

#40495d #5d5440

#40495d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40495d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40495d Color CSS Codes

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

#40495d Text Font Color

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

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


#40495d Background Color

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

This div background color is #40495d


#40495d Border Color

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

This div border color is #40495d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40495d


Comments

No comments written yet.

Please login to write comment.