COLOR #406E9F

HEX: #406E9F
RGB: (64,110,159)

Color info

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

RGB color model

#406E9F color RGB value is (64,110,159).

  • red value is 64;
  • green value is 110;
  • blue value is 159.
RGB:
(64,110,159)
(25%,43%,62%)

RGB channels and saturation

R 64 of 255 = 25%
G 110 of 255 = 43%
B 159 of 255 = 62%

64
110
159

R + G + B ~ 43%. #406E9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 110 + 159 = 333 (100%)
R 64 of 333 ~ 19.22%
G 110 of 333 ~ 33.03%
B 159 of 333 ~ 47.75%

%19.22
%33.03
%47.75

CMYK color model

#406E9F color CMYK value is (60,31,0,38).

  • cyan value is 59.75%
  • magenta value is 30.82%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(60,31,0,38)
C60M31Y0K38 
(60%,31%,0%,38%)
(0.60/0.31/0.00/0.38)	

CMYK percentages

%59.75
%30.82
%0
%37.65

Codes

Color #406E9F in popluar color models

406E9F
RGB64110159
HSL211°42.60%43.73%
HSB/HSV211°59.75%62.35%
CMYK59.75%30.82%0.00%
37.65%

Color #406E9F in popluar number systems.

HEX406E9F
Decimal64110159
Binary1000000110111010011111
Octal100156237

Shades and tints

Shades of #406E9F

#406E9F
(64,110,159)
#3B6491
(59,100,145)
#365A83
(54,90,131)
#315075
(49,80,117)
#2C4667
(44,70,103)
#273C59
(39,60,89)
#22324B
(34,50,75)
#1D283D
(29,40,61)
#181E2F
(24,30,47)
#131421
(19,20,33)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #406E9F

#406E9F
(64,110,159)
#517BA7
(81,123,167)
#6288AF
(98,136,175)
#7395B7
(115,149,183)
#84A2BF
(132,162,191)
#95AFC7
(149,175,199)
#A6BCCF
(166,188,207)
#B7C9D7
(183,201,215)
#C8D6DF
(200,214,223)
#D9E3E7
(217,227,231)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406E9F color. Also use rgb(64,110,159) instead hex code.

Text Font Color

.myTextColor { color: #406E9F; }

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

This text font color is #406E9F.


Background Color

.myBgColor { background-color: #406E9F; }

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

This div background color is #406E9F.


Border color

.myBorderColor { border: 1px solid #406E9F; }

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

This div border color is #406E9F.


Opacity

.myOpacity80 { color: #406E9F; opacity: 0.8; }

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

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

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

This text has shadow with #406E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406E9F on black background.


Color preview on white background

This text has color #406E9F on white background.



Black color preview on #406E9F background

This text has black color on #406E9F background.


White color preview on #406E9F background

This text has white color on #406E9F background.