COLOR #404259

HEX: #404259
RGB: (64,66,89)

Color info

#404259 contains red, green and blue colors in about the same proportion. Web safe color of #404259 is #333366 (or #336).

RGB color model

#404259 color RGB value is (64,66,89).

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

RGB channels and saturation

R 64 of 255 = 25%
G 66 of 255 = 26%
B 89 of 255 = 35%

64
66
89

R + G + B ~ 29%. #404259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 66 + 89 = 219 (100%)
R 64 of 219 ~ 29.22%
G 66 of 219 ~ 30.14%
B 89 of 219 ~ 40.64%

%29.22
%30.14
%40.64

CMYK color model

#404259 color CMYK value is (28,26,0,65).

  • cyan value is 28.09%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(28,26,0,65)
C28M26Y0K65 
(28%,26%,0%,65%)
(0.28/0.26/0.00/0.65)	

CMYK percentages

%28.09
%25.84
%0
%65.1

Codes

Color #404259 in popluar color models

404259
RGB646689
HSL235°16.34%30.00%
HSB/HSV235°28.09%34.90%
CMYK28.09%25.84%0.00%
65.10%

Color #404259 in popluar number systems.

HEX404259
Decimal646689
Binary100000010000101011001
Octal100102131

Shades and tints

Shades of #404259

#404259
(64,66,89)
#3B3C51
(59,60,81)
#363649
(54,54,73)
#313041
(49,48,65)
#2C2A39
(44,42,57)
#272431
(39,36,49)
#221E29
(34,30,41)
#1D1821
(29,24,33)
#181219
(24,18,25)
#130C11
(19,12,17)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #404259

#404259
(64,66,89)
#515368
(81,83,104)
#626477
(98,100,119)
#737586
(115,117,134)
#848695
(132,134,149)
#9597A4
(149,151,164)
#A6A8B3
(166,168,179)
#B7B9C2
(183,185,194)
#C8CAD1
(200,202,209)
#D9DBE0
(217,219,224)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404259; }

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

This text font color is #404259.


Background Color

.myBgColor { background-color: #404259; }

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

This div background color is #404259.


Border color

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

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

This div border color is #404259.


Opacity

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

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

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

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

This text has shadow with #404259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404259 on black background.


Color preview on white background

This text has color #404259 on white background.



Black color preview on #404259 background

This text has black color on #404259 background.


White color preview on #404259 background

This text has white color on #404259 background.