COLOR #404B7E

HEX: #404B7E
RGB: (64,75,126)

Color info

#404B7E contains mainly green and blue colors. Web safe color of #404B7E is #333366 (or #336).

RGB color model

#404B7E color RGB value is (64,75,126).

  • red value is 64;
  • green value is 75;
  • blue value is 126.
RGB:
(64,75,126)
(25%,29%,49%)

RGB channels and saturation

R 64 of 255 = 25%
G 75 of 255 = 29%
B 126 of 255 = 49%

64
75
126

R + G + B ~ 34%. #404B7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 75 + 126 = 265 (100%)
R 64 of 265 ~ 24.15%
G 75 of 265 ~ 28.3%
B 126 of 265 ~ 47.55%

%24.15
%28.3
%47.55

CMYK color model

#404B7E color CMYK value is (49,40,0,51).

  • cyan value is 49.21%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(49,40,0,51)
C49M40Y0K51 
(49%,40%,0%,51%)
(0.49/0.40/0.00/0.51)	

CMYK percentages

%49.21
%40.48
%0
%50.59

Codes

Color #404B7E in popluar color models

404B7E
RGB6475126
HSL229°32.63%37.25%
HSB/HSV229°49.21%49.41%
CMYK49.21%40.48%0.00%
50.59%

Color #404B7E in popluar number systems.

HEX404B7E
Decimal6475126
Binary100000010010111111110
Octal100113176

Shades and tints

Shades of #404B7E

#404B7E
(64,75,126)
#3B4573
(59,69,115)
#363F68
(54,63,104)
#31395D
(49,57,93)
#2C3352
(44,51,82)
#272D47
(39,45,71)
#22273C
(34,39,60)
#1D2131
(29,33,49)
#181B26
(24,27,38)
#13151B
(19,21,27)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #404B7E

#404B7E
(64,75,126)
#515B89
(81,91,137)
#626B94
(98,107,148)
#737B9F
(115,123,159)
#848BAA
(132,139,170)
#959BB5
(149,155,181)
#A6ABC0
(166,171,192)
#B7BBCB
(183,187,203)
#C8CBD6
(200,203,214)
#D9DBE1
(217,219,225)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404B7E color. Also use rgb(64,75,126) instead hex code.

Text Font Color

.myTextColor { color: #404B7E; }

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

This text font color is #404B7E.


Background Color

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

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

This div background color is #404B7E.


Border color

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

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

This div border color is #404B7E.


Opacity

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

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

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

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

This text has shadow with #404B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404B7E on black background.


Color preview on white background

This text has color #404B7E on white background.



Black color preview on #404B7E background

This text has black color on #404B7E background.


White color preview on #404B7E background

This text has white color on #404B7E background.