COLOR #404871

HEX: #404871
RGB: (64,72,113)

Color info

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

RGB color model

#404871 color RGB value is (64,72,113).

  • red value is 64;
  • green value is 72;
  • blue value is 113.
RGB:
(64,72,113)
(25%,28%,44%)

RGB channels and saturation

R 64 of 255 = 25%
G 72 of 255 = 28%
B 113 of 255 = 44%

64
72
113

R + G + B ~ 32%. #404871 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 72 + 113 = 249 (100%)
R 64 of 249 ~ 25.7%
G 72 of 249 ~ 28.92%
B 113 of 249 ~ 45.38%

%25.7
%28.92
%45.38

CMYK color model

#404871 color CMYK value is (43,36,0,56).

  • cyan value is 43.36%
  • magenta value is 36.28%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(43,36,0,56)
C43M36Y0K56 
(43%,36%,0%,56%)
(0.43/0.36/0.00/0.56)	

CMYK percentages

%43.36
%36.28
%0
%55.69

Codes

Color #404871 in popluar color models

404871
RGB6472113
HSL230°27.68%34.71%
HSB/HSV230°43.36%44.31%
CMYK43.36%36.28%0.00%
55.69%

Color #404871 in popluar number systems.

HEX404871
Decimal6472113
Binary100000010010001110001
Octal100110161

Shades and tints

Shades of #404871

#404871
(64,72,113)
#3B4267
(59,66,103)
#363C5D
(54,60,93)
#313653
(49,54,83)
#2C3049
(44,48,73)
#272A3F
(39,42,63)
#222435
(34,36,53)
#1D1E2B
(29,30,43)
#181821
(24,24,33)
#131217
(19,18,23)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #404871

#404871
(64,72,113)
#51587D
(81,88,125)
#626889
(98,104,137)
#737895
(115,120,149)
#8488A1
(132,136,161)
#9598AD
(149,152,173)
#A6A8B9
(166,168,185)
#B7B8C5
(183,184,197)
#C8C8D1
(200,200,209)
#D9D8DD
(217,216,221)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404871 color. Also use rgb(64,72,113) instead hex code.

Text Font Color

.myTextColor { color: #404871; }

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

This text font color is #404871.


Background Color

.myBgColor { background-color: #404871; }

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

This div background color is #404871.


Border color

.myBorderColor { border: 1px solid #404871; }

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

This div border color is #404871.


Opacity

.myOpacity80 { color: #404871; opacity: 0.8; }

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

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

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

This text has shadow with #404871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404871 on black background.


Color preview on white background

This text has color #404871 on white background.



Black color preview on #404871 background

This text has black color on #404871 background.


White color preview on #404871 background

This text has white color on #404871 background.