COLOR #404CA0

HEX: #404CA0
RGB: (64,76,160)

Color info

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

RGB color model

#404CA0 color RGB value is (64,76,160).

  • red value is 64;
  • green value is 76;
  • blue value is 160.
RGB:
(64,76,160)
(25%,30%,63%)

RGB channels and saturation

R 64 of 255 = 25%
G 76 of 255 = 30%
B 160 of 255 = 63%

64
76
160

R + G + B ~ 39%. #404CA0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 76 + 160 = 300 (100%)
R 64 of 300 ~ 21.33%
G 76 of 300 ~ 25.33%
B 160 of 300 ~ 53.33%

%21.33
%25.33
%53.33

CMYK color model

#404CA0 color CMYK value is (60,53,0,37).

  • cyan value is 60.00%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(60,53,0,37)
C60M53Y0K37 
(60%,53%,0%,37%)
(0.60/0.53/0.00/0.37)	

CMYK percentages

%60
%52.5
%0
%37.25

Codes

Color #404CA0 in popluar color models

404CA0
RGB6476160
HSL233°42.86%43.92%
HSB/HSV233°60.00%62.75%
CMYK60.00%52.50%0.00%
37.25%

Color #404CA0 in popluar number systems.

HEX404CA0
Decimal6476160
Binary1000000100110010100000
Octal100114240

Shades and tints

Shades of #404CA0

#404CA0
(64,76,160)
#3B4692
(59,70,146)
#364084
(54,64,132)
#313A76
(49,58,118)
#2C3468
(44,52,104)
#272E5A
(39,46,90)
#22284C
(34,40,76)
#1D223E
(29,34,62)
#181C30
(24,28,48)
#131622
(19,22,34)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #404CA0

#404CA0
(64,76,160)
#515CA8
(81,92,168)
#626CB0
(98,108,176)
#737CB8
(115,124,184)
#848CC0
(132,140,192)
#959CC8
(149,156,200)
#A6ACD0
(166,172,208)
#B7BCD8
(183,188,216)
#C8CCE0
(200,204,224)
#D9DCE8
(217,220,232)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404CA0; }

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

This text font color is #404CA0.


Background Color

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

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

This div background color is #404CA0.


Border color

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

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

This div border color is #404CA0.


Opacity

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

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

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

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

This text has shadow with #404CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404CA0 on black background.


Color preview on white background

This text has color #404CA0 on white background.



Black color preview on #404CA0 background

This text has black color on #404CA0 background.


White color preview on #404CA0 background

This text has white color on #404CA0 background.