COLOR #406B8B

HEX: #406B8B
RGB: (64,107,139)

Color info

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

RGB color model

#406B8B color RGB value is (64,107,139).

  • red value is 64;
  • green value is 107;
  • blue value is 139.
RGB:
(64,107,139)
(25%,42%,55%)

RGB channels and saturation

R 64 of 255 = 25%
G 107 of 255 = 42%
B 139 of 255 = 55%

64
107
139

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

Portions of RGB colors in percentages

R + G + B =
64 + 107 + 139 = 310 (100%)
R 64 of 310 ~ 20.65%
G 107 of 310 ~ 34.52%
B 139 of 310 ~ 44.84%

%20.65
%34.52
%44.84

CMYK color model

#406B8B color CMYK value is (54,23,0,45).

  • cyan value is 53.96%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(54,23,0,45)
C54M23Y0K45 
(54%,23%,0%,45%)
(0.54/0.23/0.00/0.45)	

CMYK percentages

%53.96
%23.02
%0
%45.49

Codes

Color #406B8B in popluar color models

406B8B
RGB64107139
HSL206°36.95%39.80%
HSB/HSV206°53.96%54.51%
CMYK53.96%23.02%0.00%
45.49%

Color #406B8B in popluar number systems.

HEX406B8B
Decimal64107139
Binary1000000110101110001011
Octal100153213

Shades and tints

Shades of #406B8B

#406B8B
(64,107,139)
#3B627F
(59,98,127)
#365973
(54,89,115)
#315067
(49,80,103)
#2C475B
(44,71,91)
#273E4F
(39,62,79)
#223543
(34,53,67)
#1D2C37
(29,44,55)
#18232B
(24,35,43)
#131A1F
(19,26,31)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #406B8B

#406B8B
(64,107,139)
#517895
(81,120,149)
#62859F
(98,133,159)
#7392A9
(115,146,169)
#849FB3
(132,159,179)
#95ACBD
(149,172,189)
#A6B9C7
(166,185,199)
#B7C6D1
(183,198,209)
#C8D3DB
(200,211,219)
#D9E0E5
(217,224,229)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406B8B color. Also use rgb(64,107,139) instead hex code.

Text Font Color

.myTextColor { color: #406B8B; }

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

This text font color is #406B8B.


Background Color

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

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

This div background color is #406B8B.


Border color

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

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

This div border color is #406B8B.


Opacity

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

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

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

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

This text has shadow with #406B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406B8B on black background.


Color preview on white background

This text has color #406B8B on white background.



Black color preview on #406B8B background

This text has black color on #406B8B background.


White color preview on #406B8B background

This text has white color on #406B8B background.