COLOR #404D6F

HEX: #404D6F RGB: (64,77,111)

Color info

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

RGB color model

#404D6F color RGB value is (64,77,111).

RGB: (64,77,111) (25%, 30%, 44%)

RGB channels and saturation

R 64 of 255 = 25%
G 77 of 255 = 30%
B 111 of 255 = 44%

64
77
111

R + G + B ~ 33%. #404D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 77 + 111 = 252 (100%)
R 64 of 252 ~ 25.4%
G 77 of 252 ~ 30.56%
B 111 of 252 ~ 44.05'%

%25.4
%30.56
%44.05

CMYK color model

#404D6F color CMYK value is (42,31,0,56).

  • cyan value is 42.34%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (42,31,0,56) C42M31Y0K56 (42%,31%,0%,56%) (0.42/0.31/0.00/0.56) 

CMYK percentages

%42.34
%30.63
%0
%56.47

Codes

Color #404D6F in popluar color models

40 4D 6F
RGB 64 77 111
HSL 223° 26.86% 34.31%
HSB/HSV 223° 42.34% 43.53%
CMYK 42.34% 30.63% 0.00%
56.47%

Color #404D6F in popluar number systems.

HEX 40 4D 6F
Decimal 64 77 111
Binary 1000000 1001101 1101111
Octal 100 115 157

Shades and tints

Shades of #404D6F

#404D6F
(64,77,111)
#3B4665
(59,70,101)
#363F5B
(54,63,91)
#313851
(49,56,81)
#2C3147
(44,49,71)
#272A3D
(39,42,61)
#222333
(34,35,51)
#1D1C29
(29,28,41)
#18151F
(24,21,31)
#130E15
(19,14,21)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #404D6F

#404D6F
(64,77,111)
#515D7C
(81,93,124)
#626D89
(98,109,137)
#737D96
(115,125,150)
#848DA3
(132,141,163)
#959DB0
(149,157,176)
#A6ADBD
(166,173,189)
#B7BDCA
(183,189,202)
#C8CDD7
(200,205,215)
#D9DDE4
(217,221,228)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404D6F color. Also use rgb(64,77,111) instead hex code.

Text Font Color

.myTextColor { color: #404D6F; }

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

This text font color is #404D6F.

Background Color

.myBgColor { background-color: #404D6F; }

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

This div background color is #404D6F.

Border color

.myBorderColor { border: 1px solid #404D6F; }

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

This div border color is #404D6F.

Opacity

.myOpacity80 { color: #404D6F; opacity: 0.8; }

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

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

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

This text has shadow with #404D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404D6F.

Preview

Color preview on black background

This text has color #404D6F on black background.


Color preview on white background

This text has color #404D6F on white background.


Black color preview on #404D6F background

This text has black color on #404D6F background.


White color preview on #404D6F background

This text has white color on #404D6F background.


Related colors

Complementary color

Complementary color for #hex is #BFB290.


I love getcolorcode.com

Triadic colors

1 #6F404D and #4D6F40 with #404D6F are triadic colors.

2 #6F4D40 and #4D406F with #404D6F are triadic colors.