COLOR #404296

HEX: #404296
RGB: (64,66,150)

Color info

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

RGB color model

#404296 color RGB value is (64,66,150).

  • red value is 64;
  • green value is 66;
  • blue value is 150.
RGB:
(64,66,150)
(25%,26%,59%)

RGB channels and saturation

R 64 of 255 = 25%
G 66 of 255 = 26%
B 150 of 255 = 59%

64
66
150

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

Portions of RGB colors in percentages

R + G + B =
64 + 66 + 150 = 280 (100%)
R 64 of 280 ~ 22.86%
G 66 of 280 ~ 23.57%
B 150 of 280 ~ 53.57%

%22.86
%23.57
%53.57

CMYK color model

#404296 color CMYK value is (57,56,0,41).

  • cyan value is 57.33%
  • magenta value is 56.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(57,56,0,41)
C57M56Y0K41 
(57%,56%,0%,41%)
(0.57/0.56/0.00/0.41)	

CMYK percentages

%57.33
%56
%0
%41.18

Codes

Color #404296 in popluar color models

404296
RGB6466150
HSL239°40.19%41.96%
HSB/HSV239°57.33%58.82%
CMYK57.33%56.00%0.00%
41.18%

Color #404296 in popluar number systems.

HEX404296
Decimal6466150
Binary1000000100001010010110
Octal100102226

Shades and tints

Shades of #404296

#404296
(64,66,150)
#3B3C89
(59,60,137)
#36367C
(54,54,124)
#31306F
(49,48,111)
#2C2A62
(44,42,98)
#272455
(39,36,85)
#221E48
(34,30,72)
#1D183B
(29,24,59)
#18122E
(24,18,46)
#130C21
(19,12,33)
#0E0614
(14,6,20)
#000000
(0,0,0)

Tints of #404296

#404296
(64,66,150)
#51539F
(81,83,159)
#6264A8
(98,100,168)
#7375B1
(115,117,177)
#8486BA
(132,134,186)
#9597C3
(149,151,195)
#A6A8CC
(166,168,204)
#B7B9D5
(183,185,213)
#C8CADE
(200,202,222)
#D9DBE7
(217,219,231)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404296 color. Also use rgb(64,66,150) instead hex code.

Text Font Color

.myTextColor { color: #404296; }

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

This text font color is #404296.


Background Color

.myBgColor { background-color: #404296; }

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

This div background color is #404296.


Border color

.myBorderColor { border: 1px solid #404296; }

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

This div border color is #404296.


Opacity

.myOpacity80 { color: #404296; opacity: 0.8; }

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

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

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

This text has shadow with #404296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404296 on black background.


Color preview on white background

This text has color #404296 on white background.



Black color preview on #404296 background

This text has black color on #404296 background.


White color preview on #404296 background

This text has white color on #404296 background.