COLOR #404471

HEX: #404471
RGB: (64,68,113)

Color info

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

RGB color model

#404471 color RGB value is (64,68,113).

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

RGB channels and saturation

R 64 of 255 = 25%
G 68 of 255 = 27%
B 113 of 255 = 44%

64
68
113

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

Portions of RGB colors in percentages

R + G + B =
64 + 68 + 113 = 245 (100%)
R 64 of 245 ~ 26.12%
G 68 of 245 ~ 27.76%
B 113 of 245 ~ 46.12%

%26.12
%27.76
%46.12

CMYK color model

#404471 color CMYK value is (43,40,0,56).

  • cyan value is 43.36%
  • magenta value is 39.82%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(43,40,0,56)
C43M40Y0K56 
(43%,40%,0%,56%)
(0.43/0.40/0.00/0.56)	

CMYK percentages

%43.36
%39.82
%0
%55.69

Codes

Color #404471 in popluar color models

404471
RGB6468113
HSL235°27.68%34.71%
HSB/HSV235°43.36%44.31%
CMYK43.36%39.82%0.00%
55.69%

Color #404471 in popluar number systems.

HEX404471
Decimal6468113
Binary100000010001001110001
Octal100104161

Shades and tints

Shades of #404471

#404471
(64,68,113)
#3B3E67
(59,62,103)
#36385D
(54,56,93)
#313253
(49,50,83)
#2C2C49
(44,44,73)
#27263F
(39,38,63)
#222035
(34,32,53)
#1D1A2B
(29,26,43)
#181421
(24,20,33)
#130E17
(19,14,23)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #404471

#404471
(64,68,113)
#51557D
(81,85,125)
#626689
(98,102,137)
#737795
(115,119,149)
#8488A1
(132,136,161)
#9599AD
(149,153,173)
#A6AAB9
(166,170,185)
#B7BBC5
(183,187,197)
#C8CCD1
(200,204,209)
#D9DDDD
(217,221,221)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404471; }

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

This text font color is #404471.


Background Color

.myBgColor { background-color: #404471; }

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

This div background color is #404471.


Border color

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

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

This div border color is #404471.


Opacity

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

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

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

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

This text has shadow with #404471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404471 on black background.


Color preview on white background

This text has color #404471 on white background.



Black color preview on #404471 background

This text has black color on #404471 background.


White color preview on #404471 background

This text has white color on #404471 background.