Color Hex Logo

#404959 Color Hex

#404959
(64,73,89)
0 Favorites   0 Comments

Color spaces of #404959

RGB 647389
HSL0.610.160.30
HSV218°28°35°
CMYK 0.280.180.00   0.65
XYZ6.30016.576310.3885
Yxy6.57630.27080.2827
Hunter Lab25.6443-1.0250-6.0674
CIE-Lab30.82220.5316-10.6611

#404959 color RGB value is (64,73,89).

#404959 hex color red value is 64, green value is 73 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #404959 hue: 0.61 , saturation: 0.16 and the lightness value of 404959 is 0.30.

The process color (four color CMYK) of #404959 color hex is 0.28, 0.18, 0.00, 0.65. Web safe color of #404959 is #333366. Color #404959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001001 01011001
Octal 100 111 131
Decimal 64 73 89
Hex 40 49 59

RGB Percentages of Color #404959

%28.32
%32.30
%39.38

CMYK Percentages of Color #404959

%28
%18
%0
%65

Triadic Colors of #404959

#404959 #594049 #495940

Analogous Colors of #404959

#404959 #444059 #405659

Monochromatic Colors of #404959

#404959

Complementary Color

#404959 #595040

#404959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404959 Color CSS Codes

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

#404959 Text Font Color

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

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


#404959 Background Color

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

This div background color is #404959


#404959 Border Color

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

This div border color is #404959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404959


Comments

No comments written yet.

Please login to write comment.