COLOR #404555

HEX: #404555 RGB: (64,69,85)

Color info

#404555 contains red, green and blue colors in about the same proportion. Web safe color of #404555 is #333366 (or #336).

RGB color model

#404555 color RGB value is (64,69,85).

RGB: (64,69,85) (25%, 27%, 33%)

RGB channels and saturation

R 64 of 255 = 25%
G 69 of 255 = 27%
B 85 of 255 = 33%

64
69
85

R + G + B ~ 28%. #404555 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 69 + 85 = 218 (100%)
R 64 of 218 ~ 29.36%
G 69 of 218 ~ 31.65%
B 85 of 218 ~ 38.99'%

%29.36
%31.65
%38.99

CMYK color model

#404555 color CMYK value is (25,19,0,67).

  • cyan value is 24.71%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (25,19,0,67)
C25M19Y0K67 (25%, 19%, 0%, 67%)
(0.25 / 0.19 / 0.00 / 0.67)

CMYK percentages

%24.71
%18.82
%0
%66.67

Codes

Color #404555 in popluar color models

40 45 55
RGB 64 69 85
HSL 226° 14.09% 29.22%
HSB/HSV 226° 24.71% 33.33%
CMYK 24.71% 18.82% 0.00%
66.67%

Color #404555 in popluar number systems.

HEX 40 45 55
Decimal 64 69 85
Binary 1000000 1000101 1010101
Octal 100 105 125

Shades and tints

Shades of #404555

#404555
(64,69,85)
#3B3F4E
(59,63,78)
#363947
(54,57,71)
#313340
(49,51,64)
#2C2D39
(44,45,57)
#272732
(39,39,50)
#22212B
(34,33,43)
#1D1B24
(29,27,36)
#18151D
(24,21,29)
#130F16
(19,15,22)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #404555

#404555
(64,69,85)
#515564
(81,85,100)
#626573
(98,101,115)
#737582
(115,117,130)
#848591
(132,133,145)
#9595A0
(149,149,160)
#A6A5AF
(166,165,175)
#B7B5BE
(183,181,190)
#C8C5CD
(200,197,205)
#D9D5DC
(217,213,220)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404555 color. Also use rgb(64,69,85) instead hex code.

Text Font Color

.myTextColor { color: #404555; }

<p style="color:#404555">This sample text font color is #404555.</p>

This text font color is #404555.

Background Color

.myBgColor { background-color: #404555; }

<div style="background-color:#404555">Inner text</div>

This div background color is #404555.

Border color

.myBorderColor { border: 1px solid #404555; }

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

This div border color is #404555.

Opacity

.myOpacity80 { color: #404555; opacity: 0.8; }

<p style="color:#404555;opacity:0.8;">80%</p>

Text with #404555 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #404555;}

<p style="text-shadow: 3px 3px 1px #404555">Text here.</p>

This text has shadow with #404555 color.


.textShadow {text-shadow: 3px 3px 1px #404555', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #404555, 5px 5px 20px red">Text here.</p>

This text has shadow with #404555 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#404555, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#404555, Direction=45, Strength=4)">Text</p>

This text has shadow with #404555 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #404555;
-webkit-box-shadow: 1px 1px 3px 2px #404555;
box-shadow: 1px 1px 3px 2px #404555;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #404555; -webkit-box-shadow: 1px 1px 3px 2px #404555; box-shadow:1px 1px 3px 2px #404555;">
Div content here
</div>

This div box has shadow with color #404555.

Preview

Color preview on black background

This text has color #404555 on black background.


Color preview on white background

This text has color #404555 on white background.


Black color preview on #404555 background

This text has black color on #404555 background.


White color preview on #404555 background

This text has white color on #404555 background.


Related colors

Complementary color

Complementary color for #hex is #BFBAAA.


I love getcolorcode.com

Triadic colors

1 #554045 and #455540 with #404555 are triadic colors.

2 #554540 and #454055 with #404555 are triadic colors.