COLOR #404D7D

HEX: #404D7D RGB: (64,77,125)

Color info

#404D7D contains mainly green and blue colors. Web safe color of #404D7D is #333366 (or #336).

RGB color model

#404D7D color RGB value is (64,77,125).

RGB: (64,77,125) (25%, 30%, 49%)

RGB channels and saturation

R 64 of 255 = 25%
G 77 of 255 = 30%
B 125 of 255 = 49%

64
77
125

R + G + B ~ 35%. #404D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 77 + 125 = 266 (100%)
R 64 of 266 ~ 24.06%
G 77 of 266 ~ 28.95%
B 125 of 266 ~ 46.99'%

%24.06
%28.95
%46.99

CMYK color model

#404D7D color CMYK value is (49,38,0,51).

  • cyan value is 48.80%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (49,38,0,51)
C49M38Y0K51 (49%, 38%, 0%, 51%)
(0.49 / 0.38 / 0.00 / 0.51)

CMYK percentages

%48.8
%38.4
%0
%50.98

Codes

Color #404D7D in popluar color models

40 4D 7D
RGB 64 77 125
HSL 227° 32.28% 37.06%
HSB/HSV 227° 48.80% 49.02%
CMYK 48.80% 38.40% 0.00%
50.98%

Color #404D7D in popluar number systems.

HEX 40 4D 7D
Decimal 64 77 125
Binary 1000000 1001101 1111101
Octal 100 115 175

Shades and tints

Shades of #404D7D

#404D7D
(64,77,125)
#3B4672
(59,70,114)
#363F67
(54,63,103)
#31385C
(49,56,92)
#2C3151
(44,49,81)
#272A46
(39,42,70)
#22233B
(34,35,59)
#1D1C30
(29,28,48)
#181525
(24,21,37)
#130E1A
(19,14,26)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #404D7D

#404D7D
(64,77,125)
#515D88
(81,93,136)
#626D93
(98,109,147)
#737D9E
(115,125,158)
#848DA9
(132,141,169)
#959DB4
(149,157,180)
#A6ADBF
(166,173,191)
#B7BDCA
(183,189,202)
#C8CDD5
(200,205,213)
#D9DDE0
(217,221,224)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404D7D color. Also use rgb(64,77,125) instead hex code.

Text Font Color

.myTextColor { color: #404D7D; }

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

This text font color is #404D7D.

Background Color

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

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

This div background color is #404D7D.

Border color

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

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

This div border color is #404D7D.

Opacity

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

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

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

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

This text has shadow with #404D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404D7D.

Preview

Color preview on black background

This text has color #404D7D on black background.


Color preview on white background

This text has color #404D7D on white background.


Black color preview on #404D7D background

This text has black color on #404D7D background.


White color preview on #404D7D background

This text has white color on #404D7D background.


Related colors

Complementary color

Complementary color for #hex is #BFB282.


I love getcolorcode.com

Triadic colors

1 #7D404D and #4D7D40 with #404D7D are triadic colors.

2 #7D4D40 and #4D407D with #404D7D are triadic colors.