COLOR #404B5D

HEX: #404B5D
RGB: (64,75,93)

Color info

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

RGB color model

#404B5D color RGB value is (64,75,93).

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

RGB channels and saturation

R 64 of 255 = 25%
G 75 of 255 = 29%
B 93 of 255 = 36%

64
75
93

R + G + B ~ 30%. #404B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 75 + 93 = 232 (100%)
R 64 of 232 ~ 27.59%
G 75 of 232 ~ 32.33%
B 93 of 232 ~ 40.09%

%27.59
%32.33
%40.09

CMYK color model

#404B5D color CMYK value is (31,19,0,64).

  • cyan value is 31.18%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(31,19,0,64)
C31M19Y0K64 
(31%,19%,0%,64%)
(0.31/0.19/0.00/0.64)	

CMYK percentages

%31.18
%19.35
%0
%63.53

Codes

Color #404B5D in popluar color models

404B5D
RGB647593
HSL217°18.47%30.78%
HSB/HSV217°31.18%36.47%
CMYK31.18%19.35%0.00%
63.53%

Color #404B5D in popluar number systems.

HEX404B5D
Decimal647593
Binary100000010010111011101
Octal100113135

Shades and tints

Shades of #404B5D

#404B5D
(64,75,93)
#3B4555
(59,69,85)
#363F4D
(54,63,77)
#313945
(49,57,69)
#2C333D
(44,51,61)
#272D35
(39,45,53)
#22272D
(34,39,45)
#1D2125
(29,33,37)
#181B1D
(24,27,29)
#131515
(19,21,21)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #404B5D

#404B5D
(64,75,93)
#515B6B
(81,91,107)
#626B79
(98,107,121)
#737B87
(115,123,135)
#848B95
(132,139,149)
#959BA3
(149,155,163)
#A6ABB1
(166,171,177)
#B7BBBF
(183,187,191)
#C8CBCD
(200,203,205)
#D9DBDB
(217,219,219)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404B5D; }

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

This text font color is #404B5D.


Background Color

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

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

This div background color is #404B5D.


Border color

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

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

This div border color is #404B5D.


Opacity

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

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

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

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

This text has shadow with #404B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404B5D on black background.


Color preview on white background

This text has color #404B5D on white background.



Black color preview on #404B5D background

This text has black color on #404B5D background.


White color preview on #404B5D background

This text has white color on #404B5D background.