COLOR #404062

HEX: #404062
RGB: (64,64,98)

Color info

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

RGB color model

#404062 color RGB value is (64,64,98).

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

RGB channels and saturation

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

64
64
98

R + G + B ~ 29%. #404062 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 64 + 98 = 226 (100%)
R 64 of 226 ~ 28.32%
G 64 of 226 ~ 28.32%
B 98 of 226 ~ 43.36%

%28.32
%28.32
%43.36

CMYK color model

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

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

CMYK percentages

%34.69
%34.69
%0
%61.57

Codes

Color #404062 in popluar color models

404062
RGB646498
HSL240°20.99%31.76%
HSB/HSV240°34.69%38.43%
CMYK34.69%34.69%0.00%
61.57%

Color #404062 in popluar number systems.

HEX404062
Decimal646498
Binary100000010000001100010
Octal100100142

Shades and tints

Shades of #404062

#404062
(64,64,98)
#3B3B5A
(59,59,90)
#363652
(54,54,82)
#31314A
(49,49,74)
#2C2C42
(44,44,66)
#27273A
(39,39,58)
#222232
(34,34,50)
#1D1D2A
(29,29,42)
#181822
(24,24,34)
#13131A
(19,19,26)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #404062

#404062
(64,64,98)
#515170
(81,81,112)
#62627E
(98,98,126)
#73738C
(115,115,140)
#84849A
(132,132,154)
#9595A8
(149,149,168)
#A6A6B6
(166,166,182)
#B7B7C4
(183,183,196)
#C8C8D2
(200,200,210)
#D9D9E0
(217,217,224)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404062; }

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

This text font color is #404062.


Background Color

.myBgColor { background-color: #404062; }

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

This div background color is #404062.


Border color

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

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

This div border color is #404062.


Opacity

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

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

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

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

This text has shadow with #404062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404062 on black background.


Color preview on white background

This text has color #404062 on white background.



Black color preview on #404062 background

This text has black color on #404062 background.


White color preview on #404062 background

This text has white color on #404062 background.