COLOR #404655

HEX: #404655 RGB: (64,70,85)

Color info

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

RGB color model

#404655 color RGB value is (64,70,85).

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

RGB channels and saturation

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

64
70
85

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

Portions of RGB colors in percentages

R + G + B = 64 + 70 + 85 = 219 (100%)
R 64 of 219 ~ 29.22%
G 70 of 219 ~ 31.96%
B 85 of 219 ~ 38.81'%

%29.22
%31.96
%38.81

CMYK color model

#404655 color CMYK value is (25,18,0,67).

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

CMYK: (25,18,0,67)
C25M18Y0K67 (25%, 18%, 0%, 67%)
(0.25 / 0.18 / 0.00 / 0.67)

CMYK percentages

%24.71
%17.65
%0
%66.67

Codes

Color #404655 in popluar color models

40 46 55
RGB 64 70 85
HSL 223° 14.09% 29.22%
HSB/HSV 223° 24.71% 33.33%
CMYK 24.71% 17.65% 0.00%
66.67%

Color #404655 in popluar number systems.

HEX 40 46 55
Decimal 64 70 85
Binary 1000000 1000110 1010101
Octal 100 106 125

Shades and tints

Shades of #404655

#404655
(64,70,85)
#3B404E
(59,64,78)
#363A47
(54,58,71)
#313440
(49,52,64)
#2C2E39
(44,46,57)
#272832
(39,40,50)
#22222B
(34,34,43)
#1D1C24
(29,28,36)
#18161D
(24,22,29)
#131016
(19,16,22)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #404655

#404655
(64,70,85)
#515664
(81,86,100)
#626673
(98,102,115)
#737682
(115,118,130)
#848691
(132,134,145)
#9596A0
(149,150,160)
#A6A6AF
(166,166,175)
#B7B6BE
(183,182,190)
#C8C6CD
(200,198,205)
#D9D6DC
(217,214,220)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404655; }

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

This text font color is #404655.

Background Color

.myBgColor { background-color: #404655; }

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

This div background color is #404655.

Border color

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

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

This div border color is #404655.

Opacity

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

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

Text with #404655 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 #404655;}

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

This text has shadow with #404655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404655.

Preview

Color preview on black background

This text has color #404655 on black background.


Color preview on white background

This text has color #404655 on white background.


Black color preview on #404655 background

This text has black color on #404655 background.


White color preview on #404655 background

This text has white color on #404655 background.


Related colors

Complementary color

Complementary color for #hex is #BFB9AA.


I love getcolorcode.com

Triadic colors

1 #554046 and #465540 with #404655 are triadic colors.

2 #554640 and #464055 with #404655 are triadic colors.