COLOR #406289

HEX: #406289
RGB: (64,98,137)

Color info

#406289 contains mainly green and blue colors. Web safe color of #406289 is #336699 (or #369).

RGB color model

#406289 color RGB value is (64,98,137).

  • red value is 64;
  • green value is 98;
  • blue value is 137.
RGB:
(64,98,137)
(25%,38%,54%)

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 137 of 255 = 54%

64
98
137

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

Portions of RGB colors in percentages

R + G + B =
64 + 98 + 137 = 299 (100%)
R 64 of 299 ~ 21.4%
G 98 of 299 ~ 32.78%
B 137 of 299 ~ 45.82%

%21.4
%32.78
%45.82

CMYK color model

#406289 color CMYK value is (53,28,0,46).

  • cyan value is 53.28%
  • magenta value is 28.47%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(53,28,0,46)
C53M28Y0K46 
(53%,28%,0%,46%)
(0.53/0.28/0.00/0.46)	

CMYK percentages

%53.28
%28.47
%0
%46.27

Codes

Color #406289 in popluar color models

406289
RGB6498137
HSL212°36.32%39.41%
HSB/HSV212°53.28%53.73%
CMYK53.28%28.47%0.00%
46.27%

Color #406289 in popluar number systems.

HEX406289
Decimal6498137
Binary1000000110001010001001
Octal100142211

Shades and tints

Shades of #406289

#406289
(64,98,137)
#3B5A7D
(59,90,125)
#365271
(54,82,113)
#314A65
(49,74,101)
#2C4259
(44,66,89)
#273A4D
(39,58,77)
#223241
(34,50,65)
#1D2A35
(29,42,53)
#182229
(24,34,41)
#131A1D
(19,26,29)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #406289

#406289
(64,98,137)
#517093
(81,112,147)
#627E9D
(98,126,157)
#738CA7
(115,140,167)
#849AB1
(132,154,177)
#95A8BB
(149,168,187)
#A6B6C5
(166,182,197)
#B7C4CF
(183,196,207)
#C8D2D9
(200,210,217)
#D9E0E3
(217,224,227)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406289 color. Also use rgb(64,98,137) instead hex code.

Text Font Color

.myTextColor { color: #406289; }

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

This text font color is #406289.


Background Color

.myBgColor { background-color: #406289; }

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

This div background color is #406289.


Border color

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

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

This div border color is #406289.


Opacity

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

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

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

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

This text has shadow with #406289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406289 on black background.


Color preview on white background

This text has color #406289 on white background.



Black color preview on #406289 background

This text has black color on #406289 background.


White color preview on #406289 background

This text has white color on #406289 background.