Color Hex Logo

#404955 Color Hex

#404955
(64,73,85)
0 Favorites   0 Comments

Color spaces of #404955

RGB 647385
HSL0.600.140.29
HSV214°25°33°
CMYK 0.250.140.00   0.67
XYZ6.13666.51109.5276
Yxy6.51100.27670.2936
Hunter Lab25.5167-1.7260-4.2765
CIE-Lab30.6667-0.5640-8.3316

#404955 color RGB value is (64,73,85).

#404955 hex color red value is 64, green value is 73 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #404955 hue: 0.60 , saturation: 0.14 and the lightness value of 404955 is 0.29.

The process color (four color CMYK) of #404955 color hex is 0.25, 0.14, 0.00, 0.67. Web safe color of #404955 is #333366. Color #404955 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001001 01010101
Octal 100 111 125
Decimal 64 73 85
Hex 40 49 55

RGB Percentages of Color #404955

%28.83
%32.88
%38.29

CMYK Percentages of Color #404955

%25
%14
%0
%67

Triadic Colors of #404955

#404955 #554049 #495540

Analogous Colors of #404955

#404955 #424055 #405455

Monochromatic Colors of #404955

#404955

Complementary Color

#404955 #554c40

#404955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404955 Color CSS Codes

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

#404955 Text Font Color

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

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


#404955 Background Color

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

This div background color is #404955


#404955 Border Color

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

This div border color is #404955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404955


Comments

No comments written yet.

Please login to write comment.