COLOR #404A68

HEX: #404A68 RGB: (64,74,104)

Color info

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

RGB color model

#404A68 color RGB value is (64,74,104).

RGB: (64,74,104) (25%, 29%, 41%)

RGB channels and saturation

R 64 of 255 = 25%
G 74 of 255 = 29%
B 104 of 255 = 41%

64
74
104

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

Portions of RGB colors in percentages

R + G + B = 64 + 74 + 104 = 242 (100%)
R 64 of 242 ~ 26.45%
G 74 of 242 ~ 30.58%
B 104 of 242 ~ 42.98'%

%26.45
%30.58
%42.98

CMYK color model

#404A68 color CMYK value is (38,29,0,59).

  • cyan value is 38.46%
  • magenta value is 28.85%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (38,29,0,59)
C38M29Y0K59 (38%, 29%, 0%, 59%)
(0.38 / 0.29 / 0.00 / 0.59)

CMYK percentages

%38.46
%28.85
%0
%59.22

Codes

Color #404A68 in popluar color models

40 4A 68
RGB 64 74 104
HSL 225° 23.81% 32.94%
HSB/HSV 225° 38.46% 40.78%
CMYK 38.46% 28.85% 0.00%
59.22%

Color #404A68 in popluar number systems.

HEX 40 4A 68
Decimal 64 74 104
Binary 1000000 1001010 1101000
Octal 100 112 150

Shades and tints

Shades of #404A68

#404A68
(64,74,104)
#3B445F
(59,68,95)
#363E56
(54,62,86)
#31384D
(49,56,77)
#2C3244
(44,50,68)
#272C3B
(39,44,59)
#222632
(34,38,50)
#1D2029
(29,32,41)
#181A20
(24,26,32)
#131417
(19,20,23)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #404A68

#404A68
(64,74,104)
#515A75
(81,90,117)
#626A82
(98,106,130)
#737A8F
(115,122,143)
#848A9C
(132,138,156)
#959AA9
(149,154,169)
#A6AAB6
(166,170,182)
#B7BAC3
(183,186,195)
#C8CAD0
(200,202,208)
#D9DADD
(217,218,221)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404A68 color. Also use rgb(64,74,104) instead hex code.

Text Font Color

.myTextColor { color: #404A68; }

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

This text font color is #404A68.

Background Color

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

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

This div background color is #404A68.

Border color

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

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

This div border color is #404A68.

Opacity

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

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

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

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

This text has shadow with #404A68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404A68.

Preview

Color preview on black background

This text has color #404A68 on black background.


Color preview on white background

This text has color #404A68 on white background.


Black color preview on #404A68 background

This text has black color on #404A68 background.


White color preview on #404A68 background

This text has white color on #404A68 background.


Related colors

Complementary color

Complementary color for #hex is #BFB597.


I love getcolorcode.com

Triadic colors

1 #68404A and #4A6840 with #404A68 are triadic colors.

2 #684A40 and #4A4068 with #404A68 are triadic colors.