COLOR #404C7C

HEX: #404C7C RGB: (64,76,124)

Color info

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

RGB color model

#404C7C color RGB value is (64,76,124).

RGB: (64,76,124) (25%, 30%, 49%)

RGB channels and saturation

R 64 of 255 = 25%
G 76 of 255 = 30%
B 124 of 255 = 49%

64
76
124

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

Portions of RGB colors in percentages

R + G + B = 64 + 76 + 124 = 264 (100%)
R 64 of 264 ~ 24.24%
G 76 of 264 ~ 28.79%
B 124 of 264 ~ 46.97'%

%24.24
%28.79
%46.97

CMYK color model

#404C7C color CMYK value is (48,39,0,51).

  • cyan value is 48.39%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (48,39,0,51)
C48M39Y0K51 (48%, 39%, 0%, 51%)
(0.48 / 0.39 / 0.00 / 0.51)

CMYK percentages

%48.39
%38.71
%0
%51.37

Codes

Color #404C7C in popluar color models

40 4C 7C
RGB 64 76 124
HSL 228° 31.91% 36.86%
HSB/HSV 228° 48.39% 48.63%
CMYK 48.39% 38.71% 0.00%
51.37%

Color #404C7C in popluar number systems.

HEX 40 4C 7C
Decimal 64 76 124
Binary 1000000 1001100 1111100
Octal 100 114 174

Shades and tints

Shades of #404C7C

#404C7C
(64,76,124)
#3B4671
(59,70,113)
#364066
(54,64,102)
#313A5B
(49,58,91)
#2C3450
(44,52,80)
#272E45
(39,46,69)
#22283A
(34,40,58)
#1D222F
(29,34,47)
#181C24
(24,28,36)
#131619
(19,22,25)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #404C7C

#404C7C
(64,76,124)
#515C87
(81,92,135)
#626C92
(98,108,146)
#737C9D
(115,124,157)
#848CA8
(132,140,168)
#959CB3
(149,156,179)
#A6ACBE
(166,172,190)
#B7BCC9
(183,188,201)
#C8CCD4
(200,204,212)
#D9DCDF
(217,220,223)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404C7C color. Also use rgb(64,76,124) instead hex code.

Text Font Color

.myTextColor { color: #404C7C; }

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

This text font color is #404C7C.

Background Color

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

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

This div background color is #404C7C.

Border color

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

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

This div border color is #404C7C.

Opacity

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

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

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

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

This text has shadow with #404C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404C7C.

Preview

Color preview on black background

This text has color #404C7C on black background.


Color preview on white background

This text has color #404C7C on white background.


Black color preview on #404C7C background

This text has black color on #404C7C background.


White color preview on #404C7C background

This text has white color on #404C7C background.


Related colors

Complementary color

Complementary color for #hex is #BFB383.


I love getcolorcode.com

Triadic colors

1 #7C404C and #4C7C40 with #404C7C are triadic colors.

2 #7C4C40 and #4C407C with #404C7C are triadic colors.