COLOR #404B90

HEX: #404B90
RGB: (64,75,144)

Color info

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

RGB color model

#404B90 color RGB value is (64,75,144).

  • red value is 64;
  • green value is 75;
  • blue value is 144.
RGB:
(64,75,144)
(25%,29%,56%)

RGB channels and saturation

R 64 of 255 = 25%
G 75 of 255 = 29%
B 144 of 255 = 56%

64
75
144

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

Portions of RGB colors in percentages

R + G + B =
64 + 75 + 144 = 283 (100%)
R 64 of 283 ~ 22.61%
G 75 of 283 ~ 26.5%
B 144 of 283 ~ 50.88%

%22.61
%26.5
%50.88

CMYK color model

#404B90 color CMYK value is (56,48,0,44).

  • cyan value is 55.56%
  • magenta value is 47.92%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(56,48,0,44)
C56M48Y0K44 
(56%,48%,0%,44%)
(0.56/0.48/0.00/0.44)	

CMYK percentages

%55.56
%47.92
%0
%43.53

Codes

Color #404B90 in popluar color models

404B90
RGB6475144
HSL232°38.46%40.78%
HSB/HSV232°55.56%56.47%
CMYK55.56%47.92%0.00%
43.53%

Color #404B90 in popluar number systems.

HEX404B90
Decimal6475144
Binary1000000100101110010000
Octal100113220

Shades and tints

Shades of #404B90

#404B90
(64,75,144)
#3B4583
(59,69,131)
#363F76
(54,63,118)
#313969
(49,57,105)
#2C335C
(44,51,92)
#272D4F
(39,45,79)
#222742
(34,39,66)
#1D2135
(29,33,53)
#181B28
(24,27,40)
#13151B
(19,21,27)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #404B90

#404B90
(64,75,144)
#515B9A
(81,91,154)
#626BA4
(98,107,164)
#737BAE
(115,123,174)
#848BB8
(132,139,184)
#959BC2
(149,155,194)
#A6ABCC
(166,171,204)
#B7BBD6
(183,187,214)
#C8CBE0
(200,203,224)
#D9DBEA
(217,219,234)
#EAEBF4
(234,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404B90 color. Also use rgb(64,75,144) instead hex code.

Text Font Color

.myTextColor { color: #404B90; }

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

This text font color is #404B90.


Background Color

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

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

This div background color is #404B90.


Border color

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

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

This div border color is #404B90.


Opacity

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

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

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

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

This text has shadow with #404B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404B90 on black background.


Color preview on white background

This text has color #404B90 on white background.



Black color preview on #404B90 background

This text has black color on #404B90 background.


White color preview on #404B90 background

This text has white color on #404B90 background.