COLOR #404462

HEX: #404462
RGB: (64,68,98)

Color info

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

RGB color model

#404462 color RGB value is (64,68,98).

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

RGB channels and saturation

R 64 of 255 = 25%
G 68 of 255 = 27%
B 98 of 255 = 38%

64
68
98

R + G + B ~ 30%. #404462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 68 + 98 = 230 (100%)
R 64 of 230 ~ 27.83%
G 68 of 230 ~ 29.57%
B 98 of 230 ~ 42.61%

%27.83
%29.57
%42.61

CMYK color model

#404462 color CMYK value is (35,31,0,62).

  • cyan value is 34.69%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(35,31,0,62)
C35M31Y0K62 
(35%,31%,0%,62%)
(0.35/0.31/0.00/0.62)	

CMYK percentages

%34.69
%30.61
%0
%61.57

Codes

Color #404462 in popluar color models

404462
RGB646898
HSL233°20.99%31.76%
HSB/HSV233°34.69%38.43%
CMYK34.69%30.61%0.00%
61.57%

Color #404462 in popluar number systems.

HEX404462
Decimal646898
Binary100000010001001100010
Octal100104142

Shades and tints

Shades of #404462

#404462
(64,68,98)
#3B3E5A
(59,62,90)
#363852
(54,56,82)
#31324A
(49,50,74)
#2C2C42
(44,44,66)
#27263A
(39,38,58)
#222032
(34,32,50)
#1D1A2A
(29,26,42)
#181422
(24,20,34)
#130E1A
(19,14,26)
#0E0812
(14,8,18)
#000000
(0,0,0)

Tints of #404462

#404462
(64,68,98)
#515570
(81,85,112)
#62667E
(98,102,126)
#73778C
(115,119,140)
#84889A
(132,136,154)
#9599A8
(149,153,168)
#A6AAB6
(166,170,182)
#B7BBC4
(183,187,196)
#C8CCD2
(200,204,210)
#D9DDE0
(217,221,224)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404462; }

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

This text font color is #404462.


Background Color

.myBgColor { background-color: #404462; }

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

This div background color is #404462.


Border color

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

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

This div border color is #404462.


Opacity

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

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

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

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

This text has shadow with #404462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404462 on black background.


Color preview on white background

This text has color #404462 on white background.



Black color preview on #404462 background

This text has black color on #404462 background.


White color preview on #404462 background

This text has white color on #404462 background.