COLOR #404962

HEX: #404962
RGB: (64,73,98)

Color info

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

RGB color model

#404962 color RGB value is (64,73,98).

  • red value is 64;
  • green value is 73;
  • blue value is 98.
RGB:
(64,73,98)
(25%,29%,38%)

RGB channels and saturation

R 64 of 255 = 25%
G 73 of 255 = 29%
B 98 of 255 = 38%

64
73
98

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

Portions of RGB colors in percentages

R + G + B =
64 + 73 + 98 = 235 (100%)
R 64 of 235 ~ 27.23%
G 73 of 235 ~ 31.06%
B 98 of 235 ~ 41.7%

%27.23
%31.06
%41.7

CMYK color model

#404962 color CMYK value is (35,26,0,62).

  • cyan value is 34.69%
  • magenta value is 25.51%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(35,26,0,62)
C35M26Y0K62 
(35%,26%,0%,62%)
(0.35/0.26/0.00/0.62)	

CMYK percentages

%34.69
%25.51
%0
%61.57

Codes

Color #404962 in popluar color models

404962
RGB647398
HSL224°20.99%31.76%
HSB/HSV224°34.69%38.43%
CMYK34.69%25.51%0.00%
61.57%

Color #404962 in popluar number systems.

HEX404962
Decimal647398
Binary100000010010011100010
Octal100111142

Shades and tints

Shades of #404962

#404962
(64,73,98)
#3B435A
(59,67,90)
#363D52
(54,61,82)
#31374A
(49,55,74)
#2C3142
(44,49,66)
#272B3A
(39,43,58)
#222532
(34,37,50)
#1D1F2A
(29,31,42)
#181922
(24,25,34)
#13131A
(19,19,26)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #404962

#404962
(64,73,98)
#515970
(81,89,112)
#62697E
(98,105,126)
#73798C
(115,121,140)
#84899A
(132,137,154)
#9599A8
(149,153,168)
#A6A9B6
(166,169,182)
#B7B9C4
(183,185,196)
#C8C9D2
(200,201,210)
#D9D9E0
(217,217,224)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404962 color. Also use rgb(64,73,98) instead hex code.

Text Font Color

.myTextColor { color: #404962; }

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

This text font color is #404962.


Background Color

.myBgColor { background-color: #404962; }

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

This div background color is #404962.


Border color

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

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

This div border color is #404962.


Opacity

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

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

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

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

This text has shadow with #404962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404962 on black background.


Color preview on white background

This text has color #404962 on white background.



Black color preview on #404962 background

This text has black color on #404962 background.


White color preview on #404962 background

This text has white color on #404962 background.