COLOR #404D8C

HEX: #404D8C RGB: (64,77,140)

Color info

#404D8C contains mainly blue color. Web safe color of #404D8C is #333399 (or #339).

RGB color model

#404D8C color RGB value is (64,77,140).

RGB: (64,77,140) (25%, 30%, 55%)

RGB channels and saturation

R 64 of 255 = 25%
G 77 of 255 = 30%
B 140 of 255 = 55%

64
77
140

R + G + B ~ 37%. #404D8C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 77 + 140 = 281 (100%)
R 64 of 281 ~ 22.78%
G 77 of 281 ~ 27.4%
B 140 of 281 ~ 49.82'%

%22.78
%27.4
%49.82

CMYK color model

#404D8C color CMYK value is (54,45,0,45).

  • cyan value is 54.29%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (54,45,0,45)
C54M45Y0K45 (54%, 45%, 0%, 45%)
(0.54 / 0.45 / 0.00 / 0.45)

CMYK percentages

%54.29
%45
%0
%45.1

Codes

Color #404D8C in popluar color models

40 4D 8C
RGB 64 77 140
HSL 230° 37.25% 40.00%
HSB/HSV 230° 54.29% 54.90%
CMYK 54.29% 45.00% 0.00%
45.10%

Color #404D8C in popluar number systems.

HEX 40 4D 8C
Decimal 64 77 140
Binary 1000000 1001101 10001100
Octal 100 115 214

Shades and tints

Shades of #404D8C

#404D8C
(64,77,140)
#3B4680
(59,70,128)
#363F74
(54,63,116)
#313868
(49,56,104)
#2C315C
(44,49,92)
#272A50
(39,42,80)
#222344
(34,35,68)
#1D1C38
(29,28,56)
#18152C
(24,21,44)
#130E20
(19,14,32)
#0E0714
(14,7,20)
#000000
(0,0,0)

Tints of #404D8C

#404D8C
(64,77,140)
#515D96
(81,93,150)
#626DA0
(98,109,160)
#737DAA
(115,125,170)
#848DB4
(132,141,180)
#959DBE
(149,157,190)
#A6ADC8
(166,173,200)
#B7BDD2
(183,189,210)
#C8CDDC
(200,205,220)
#D9DDE6
(217,221,230)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404D8C; }

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

This text font color is #404D8C.

Background Color

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

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

This div background color is #404D8C.

Border color

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

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

This div border color is #404D8C.

Opacity

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

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

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

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

This text has shadow with #404D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404D8C.

Preview

Color preview on black background

This text has color #404D8C on black background.


Color preview on white background

This text has color #404D8C on white background.


Black color preview on #404D8C background

This text has black color on #404D8C background.


White color preview on #404D8C background

This text has white color on #404D8C background.


Related colors

Complementary color

Complementary color for #hex is #BFB273.


I love getcolorcode.com

Triadic colors

1 #8C404D and #4D8C40 with #404D8C are triadic colors.

2 #8C4D40 and #4D408C with #404D8C are triadic colors.