COLOR #404072

HEX: #404072
RGB: (64,64,114)

Color info

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

RGB color model

#404072 color RGB value is (64,64,114).

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

RGB channels and saturation

R 64 of 255 = 25%
G 64 of 255 = 25%
B 114 of 255 = 45%

64
64
114

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

Portions of RGB colors in percentages

R + G + B =
64 + 64 + 114 = 242 (100%)
R 64 of 242 ~ 26.45%
G 64 of 242 ~ 26.45%
B 114 of 242 ~ 47.11%

%26.45
%26.45
%47.11

CMYK color model

#404072 color CMYK value is (44,44,0,55).

  • cyan value is 43.86%
  • magenta value is 43.86%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(44,44,0,55)
C44M44Y0K55 
(44%,44%,0%,55%)
(0.44/0.44/0.00/0.55)	

CMYK percentages

%43.86
%43.86
%0
%55.29

Codes

Color #404072 in popluar color models

404072
RGB6464114
HSL240°28.09%34.90%
HSB/HSV240°43.86%44.71%
CMYK43.86%43.86%0.00%
55.29%

Color #404072 in popluar number systems.

HEX404072
Decimal6464114
Binary100000010000001110010
Octal100100162

Shades and tints

Shades of #404072

#404072
(64,64,114)
#3B3B68
(59,59,104)
#36365E
(54,54,94)
#313154
(49,49,84)
#2C2C4A
(44,44,74)
#272740
(39,39,64)
#222236
(34,34,54)
#1D1D2C
(29,29,44)
#181822
(24,24,34)
#131318
(19,19,24)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #404072

#404072
(64,64,114)
#51517E
(81,81,126)
#62628A
(98,98,138)
#737396
(115,115,150)
#8484A2
(132,132,162)
#9595AE
(149,149,174)
#A6A6BA
(166,166,186)
#B7B7C6
(183,183,198)
#C8C8D2
(200,200,210)
#D9D9DE
(217,217,222)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404072; }

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

This text font color is #404072.


Background Color

.myBgColor { background-color: #404072; }

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

This div background color is #404072.


Border color

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

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

This div border color is #404072.


Opacity

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

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

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

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

This text has shadow with #404072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404072 on black background.


Color preview on white background

This text has color #404072 on white background.



Black color preview on #404072 background

This text has black color on #404072 background.


White color preview on #404072 background

This text has white color on #404072 background.