COLOR #404E73

HEX: #404E73
RGB: (64,78,115)

Color info

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

RGB color model

#404E73 color RGB value is (64,78,115).

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

RGB channels and saturation

R 64 of 255 = 25%
G 78 of 255 = 31%
B 115 of 255 = 45%

64
78
115

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

Portions of RGB colors in percentages

R + G + B =
64 + 78 + 115 = 257 (100%)
R 64 of 257 ~ 24.9%
G 78 of 257 ~ 30.35%
B 115 of 257 ~ 44.75%

%24.9
%30.35
%44.75

CMYK color model

#404E73 color CMYK value is (44,32,0,55).

  • cyan value is 44.35%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(44,32,0,55)
C44M32Y0K55 
(44%,32%,0%,55%)
(0.44/0.32/0.00/0.55)	

CMYK percentages

%44.35
%32.17
%0
%54.9

Codes

Color #404E73 in popluar color models

404E73
RGB6478115
HSL224°28.49%35.10%
HSB/HSV224°44.35%45.10%
CMYK44.35%32.17%0.00%
54.90%

Color #404E73 in popluar number systems.

HEX404E73
Decimal6478115
Binary100000010011101110011
Octal100116163

Shades and tints

Shades of #404E73

#404E73
(64,78,115)
#3B4769
(59,71,105)
#36405F
(54,64,95)
#313955
(49,57,85)
#2C324B
(44,50,75)
#272B41
(39,43,65)
#222437
(34,36,55)
#1D1D2D
(29,29,45)
#181623
(24,22,35)
#130F19
(19,15,25)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #404E73

#404E73
(64,78,115)
#515E7F
(81,94,127)
#626E8B
(98,110,139)
#737E97
(115,126,151)
#848EA3
(132,142,163)
#959EAF
(149,158,175)
#A6AEBB
(166,174,187)
#B7BEC7
(183,190,199)
#C8CED3
(200,206,211)
#D9DEDF
(217,222,223)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404E73; }

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

This text font color is #404E73.


Background Color

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

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

This div background color is #404E73.


Border color

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

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

This div border color is #404E73.


Opacity

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

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

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

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

This text has shadow with #404E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404E73 on black background.


Color preview on white background

This text has color #404E73 on white background.



Black color preview on #404E73 background

This text has black color on #404E73 background.


White color preview on #404E73 background

This text has white color on #404E73 background.