COLOR #404E71

HEX: #404E71
RGB: (64,78,113)

Color info

#404E71 contains red, green and blue colors in about the same proportion. Web safe color of #404E71 is #336666 (or #366).

RGB color model

#404E71 color RGB value is (64,78,113).

  • red value is 64;
  • green value is 78;
  • blue value is 113.
RGB:
(64,78,113)
(25%,31%,44%)

RGB channels and saturation

R 64 of 255 = 25%
G 78 of 255 = 31%
B 113 of 255 = 44%

64
78
113

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

Portions of RGB colors in percentages

R + G + B =
64 + 78 + 113 = 255 (100%)
R 64 of 255 ~ 25.1%
G 78 of 255 ~ 30.59%
B 113 of 255 ~ 44.31%

%25.1
%30.59
%44.31

CMYK color model

#404E71 color CMYK value is (43,31,0,56).

  • cyan value is 43.36%
  • magenta value is 30.97%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(43,31,0,56)
C43M31Y0K56 
(43%,31%,0%,56%)
(0.43/0.31/0.00/0.56)	

CMYK percentages

%43.36
%30.97
%0
%55.69

Codes

Color #404E71 in popluar color models

404E71
RGB6478113
HSL223°27.68%34.71%
HSB/HSV223°43.36%44.31%
CMYK43.36%30.97%0.00%
55.69%

Color #404E71 in popluar number systems.

HEX404E71
Decimal6478113
Binary100000010011101110001
Octal100116161

Shades and tints

Shades of #404E71

#404E71
(64,78,113)
#3B4767
(59,71,103)
#36405D
(54,64,93)
#313953
(49,57,83)
#2C3249
(44,50,73)
#272B3F
(39,43,63)
#222435
(34,36,53)
#1D1D2B
(29,29,43)
#181621
(24,22,33)
#130F17
(19,15,23)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #404E71

#404E71
(64,78,113)
#515E7D
(81,94,125)
#626E89
(98,110,137)
#737E95
(115,126,149)
#848EA1
(132,142,161)
#959EAD
(149,158,173)
#A6AEB9
(166,174,185)
#B7BEC5
(183,190,197)
#C8CED1
(200,206,209)
#D9DEDD
(217,222,221)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404E71 color. Also use rgb(64,78,113) instead hex code.

Text Font Color

.myTextColor { color: #404E71; }

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

This text font color is #404E71.


Background Color

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

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

This div background color is #404E71.


Border color

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

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

This div border color is #404E71.


Opacity

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

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

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

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

This text has shadow with #404E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404E71 on black background.


Color preview on white background

This text has color #404E71 on white background.



Black color preview on #404E71 background

This text has black color on #404E71 background.


White color preview on #404E71 background

This text has white color on #404E71 background.