COLOR #404A66

HEX: #404A66
RGB: (64,74,102)

Color info

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

RGB color model

#404A66 color RGB value is (64,74,102).

  • red value is 64;
  • green value is 74;
  • blue value is 102.
RGB:
(64,74,102)
(25%,29%,40%)

RGB channels and saturation

R 64 of 255 = 25%
G 74 of 255 = 29%
B 102 of 255 = 40%

64
74
102

R + G + B ~ 31%. #404A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 74 + 102 = 240 (100%)
R 64 of 240 ~ 26.67%
G 74 of 240 ~ 30.83%
B 102 of 240 ~ 42.5%

%26.67
%30.83
%42.5

CMYK color model

#404A66 color CMYK value is (37,27,0,60).

  • cyan value is 37.25%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(37,27,0,60)
C37M27Y0K60 
(37%,27%,0%,60%)
(0.37/0.27/0.00/0.60)	

CMYK percentages

%37.25
%27.45
%0
%60

Codes

Color #404A66 in popluar color models

404A66
RGB6474102
HSL224°22.89%32.55%
HSB/HSV224°37.25%40.00%
CMYK37.25%27.45%0.00%
60.00%

Color #404A66 in popluar number systems.

HEX404A66
Decimal6474102
Binary100000010010101100110
Octal100112146

Shades and tints

Shades of #404A66

#404A66
(64,74,102)
#3B445D
(59,68,93)
#363E54
(54,62,84)
#31384B
(49,56,75)
#2C3242
(44,50,66)
#272C39
(39,44,57)
#222630
(34,38,48)
#1D2027
(29,32,39)
#181A1E
(24,26,30)
#131415
(19,20,21)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #404A66

#404A66
(64,74,102)
#515A73
(81,90,115)
#626A80
(98,106,128)
#737A8D
(115,122,141)
#848A9A
(132,138,154)
#959AA7
(149,154,167)
#A6AAB4
(166,170,180)
#B7BAC1
(183,186,193)
#C8CACE
(200,202,206)
#D9DADB
(217,218,219)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404A66 color. Also use rgb(64,74,102) instead hex code.

Text Font Color

.myTextColor { color: #404A66; }

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

This text font color is #404A66.


Background Color

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

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

This div background color is #404A66.


Border color

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

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

This div border color is #404A66.


Opacity

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

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

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

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

This text has shadow with #404A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404A66 on black background.


Color preview on white background

This text has color #404A66 on white background.



Black color preview on #404A66 background

This text has black color on #404A66 background.


White color preview on #404A66 background

This text has white color on #404A66 background.