COLOR #404B7D

HEX: #404B7D
RGB: (64,75,125)

Color info

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

RGB color model

#404B7D color RGB value is (64,75,125).

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

RGB channels and saturation

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

64
75
125

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

Portions of RGB colors in percentages

R + G + B =
64 + 75 + 125 = 264 (100%)
R 64 of 264 ~ 24.24%
G 75 of 264 ~ 28.41%
B 125 of 264 ~ 47.35%

%24.24
%28.41
%47.35

CMYK color model

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

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

CMYK percentages

%48.8
%40
%0
%50.98

Codes

Color #404B7D in popluar color models

404B7D
RGB6475125
HSL229°32.28%37.06%
HSB/HSV229°48.80%49.02%
CMYK48.80%40.00%0.00%
50.98%

Color #404B7D in popluar number systems.

HEX404B7D
Decimal6475125
Binary100000010010111111101
Octal100113175

Shades and tints

Shades of #404B7D

#404B7D
(64,75,125)
#3B4572
(59,69,114)
#363F67
(54,63,103)
#31395C
(49,57,92)
#2C3351
(44,51,81)
#272D46
(39,45,70)
#22273B
(34,39,59)
#1D2130
(29,33,48)
#181B25
(24,27,37)
#13151A
(19,21,26)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #404B7D

#404B7D
(64,75,125)
#515B88
(81,91,136)
#626B93
(98,107,147)
#737B9E
(115,123,158)
#848BA9
(132,139,169)
#959BB4
(149,155,180)
#A6ABBF
(166,171,191)
#B7BBCA
(183,187,202)
#C8CBD5
(200,203,213)
#D9DBE0
(217,219,224)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404B7D; }

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

This text font color is #404B7D.


Background Color

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

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

This div background color is #404B7D.


Border color

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

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

This div border color is #404B7D.


Opacity

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

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

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

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

This text has shadow with #404B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404B7D on black background.


Color preview on white background

This text has color #404B7D on white background.



Black color preview on #404B7D background

This text has black color on #404B7D background.


White color preview on #404B7D background

This text has white color on #404B7D background.