COLOR #406590

HEX: #406590
RGB: (64,101,144)

Color info

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

RGB color model

#406590 color RGB value is (64,101,144).

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

RGB channels and saturation

R 64 of 255 = 25%
G 101 of 255 = 40%
B 144 of 255 = 56%

64
101
144

R + G + B ~ 40%. #406590 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 101 + 144 = 309 (100%)
R 64 of 309 ~ 20.71%
G 101 of 309 ~ 32.69%
B 144 of 309 ~ 46.6%

%20.71
%32.69
%46.6

CMYK color model

#406590 color CMYK value is (56,30,0,44).

  • cyan value is 55.56%
  • magenta value is 29.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(56,30,0,44)
C56M30Y0K44 
(56%,30%,0%,44%)
(0.56/0.30/0.00/0.44)	

CMYK percentages

%55.56
%29.86
%0
%43.53

Codes

Color #406590 in popluar color models

406590
RGB64101144
HSL212°38.46%40.78%
HSB/HSV212°55.56%56.47%
CMYK55.56%29.86%0.00%
43.53%

Color #406590 in popluar number systems.

HEX406590
Decimal64101144
Binary1000000110010110010000
Octal100145220

Shades and tints

Shades of #406590

#406590
(64,101,144)
#3B5C83
(59,92,131)
#365376
(54,83,118)
#314A69
(49,74,105)
#2C415C
(44,65,92)
#27384F
(39,56,79)
#222F42
(34,47,66)
#1D2635
(29,38,53)
#181D28
(24,29,40)
#13141B
(19,20,27)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #406590

#406590
(64,101,144)
#51739A
(81,115,154)
#6281A4
(98,129,164)
#738FAE
(115,143,174)
#849DB8
(132,157,184)
#95ABC2
(149,171,194)
#A6B9CC
(166,185,204)
#B7C7D6
(183,199,214)
#C8D5E0
(200,213,224)
#D9E3EA
(217,227,234)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406590; }

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

This text font color is #406590.


Background Color

.myBgColor { background-color: #406590; }

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

This div background color is #406590.


Border color

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

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

This div border color is #406590.


Opacity

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

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

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

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

This text has shadow with #406590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406590 on black background.


Color preview on white background

This text has color #406590 on white background.



Black color preview on #406590 background

This text has black color on #406590 background.


White color preview on #406590 background

This text has white color on #406590 background.