COLOR #404D8E

HEX: #404D8E RGB: (64,77,142)

Color info

#404D8E contains mainly blue color. Web safe color of #404D8E is #333399 (or #339).

RGB color model

#404D8E color RGB value is (64,77,142).

RGB: (64,77,142) (25%, 30%, 56%)

RGB channels and saturation

R 64 of 255 = 25%
G 77 of 255 = 30%
B 142 of 255 = 56%

64
77
142

R + G + B ~ 37%. #404D8E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 77 + 142 = 283 (100%)
R 64 of 283 ~ 22.61%
G 77 of 283 ~ 27.21%
B 142 of 283 ~ 50.18'%

%22.61
%27.21
%50.18

CMYK color model

#404D8E color CMYK value is (55,46,0,44).

  • cyan value is 54.93%
  • magenta value is 45.77%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (55,46,0,44) C55M46Y0K44 (55%,46%,0%,44%) (0.55/0.46/0.00/0.44) 

CMYK percentages

%54.93
%45.77
%0
%44.31

Codes

Color #404D8E in popluar color models

40 4D 8E
RGB 64 77 142
HSL 230° 37.86% 40.39%
HSB/HSV 230° 54.93% 55.69%
CMYK 54.93% 45.77% 0.00%
44.31%

Color #404D8E in popluar number systems.

HEX 40 4D 8E
Decimal 64 77 142
Binary 1000000 1001101 10001110
Octal 100 115 216

Shades and tints

Shades of #404D8E

#404D8E
(64,77,142)
#3B4682
(59,70,130)
#363F76
(54,63,118)
#31386A
(49,56,106)
#2C315E
(44,49,94)
#272A52
(39,42,82)
#222346
(34,35,70)
#1D1C3A
(29,28,58)
#18152E
(24,21,46)
#130E22
(19,14,34)
#0E0716
(14,7,22)
#000000
(0,0,0)

Tints of #404D8E

#404D8E
(64,77,142)
#515D98
(81,93,152)
#626DA2
(98,109,162)
#737DAC
(115,125,172)
#848DB6
(132,141,182)
#959DC0
(149,157,192)
#A6ADCA
(166,173,202)
#B7BDD4
(183,189,212)
#C8CDDE
(200,205,222)
#D9DDE8
(217,221,232)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404D8E color. Also use rgb(64,77,142) instead hex code.

Text Font Color

.myTextColor { color: #404D8E; }

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

This text font color is #404D8E.

Background Color

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

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

This div background color is #404D8E.

Border color

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

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

This div border color is #404D8E.

Opacity

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

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

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

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

This text has shadow with #404D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404D8E.

Preview

Color preview on black background

This text has color #404D8E on black background.


Color preview on white background

This text has color #404D8E on white background.


Black color preview on #404D8E background

This text has black color on #404D8E background.


White color preview on #404D8E background

This text has white color on #404D8E background.


Related colors

Complementary color

Complementary color for #hex is #BFB271.


I love getcolorcode.com

Triadic colors

1 #8E404D and #4D8E40 with #404D8E are triadic colors.

2 #8E4D40 and #4D408E with #404D8E are triadic colors.