COLOR #404F71

HEX: #404F71
RGB: (64,79,113)

Color info

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

RGB color model

#404F71 color RGB value is (64,79,113).

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

RGB channels and saturation

R 64 of 255 = 25%
G 79 of 255 = 31%
B 113 of 255 = 44%

64
79
113

R + G + B ~ 33%. #404F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 79 + 113 = 256 (100%)
R 64 of 256 ~ 25%
G 79 of 256 ~ 30.86%
B 113 of 256 ~ 44.14%

%25
%30.86
%44.14

CMYK color model

#404F71 color CMYK value is (43,30,0,56).

  • cyan value is 43.36%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(43,30,0,56)
C43M30Y0K56 
(43%,30%,0%,56%)
(0.43/0.30/0.00/0.56)	

CMYK percentages

%43.36
%30.09
%0
%55.69

Codes

Color #404F71 in popluar color models

404F71
RGB6479113
HSL222°27.68%34.71%
HSB/HSV222°43.36%44.31%
CMYK43.36%30.09%0.00%
55.69%

Color #404F71 in popluar number systems.

HEX404F71
Decimal6479113
Binary100000010011111110001
Octal100117161

Shades and tints

Shades of #404F71

#404F71
(64,79,113)
#3B4867
(59,72,103)
#36415D
(54,65,93)
#313A53
(49,58,83)
#2C3349
(44,51,73)
#272C3F
(39,44,63)
#222535
(34,37,53)
#1D1E2B
(29,30,43)
#181721
(24,23,33)
#131017
(19,16,23)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #404F71

#404F71
(64,79,113)
#515F7D
(81,95,125)
#626F89
(98,111,137)
#737F95
(115,127,149)
#848FA1
(132,143,161)
#959FAD
(149,159,173)
#A6AFB9
(166,175,185)
#B7BFC5
(183,191,197)
#C8CFD1
(200,207,209)
#D9DFDD
(217,223,221)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404F71; }

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

This text font color is #404F71.


Background Color

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

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

This div background color is #404F71.


Border color

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

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

This div border color is #404F71.


Opacity

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

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

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

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

This text has shadow with #404F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404F71 on black background.


Color preview on white background

This text has color #404F71 on white background.



Black color preview on #404F71 background

This text has black color on #404F71 background.


White color preview on #404F71 background

This text has white color on #404F71 background.