COLOR #406D89

HEX: #406D89
RGB: (64,109,137)

Color info

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

RGB color model

#406D89 color RGB value is (64,109,137).

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

RGB channels and saturation

R 64 of 255 = 25%
G 109 of 255 = 43%
B 137 of 255 = 54%

64
109
137

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

Portions of RGB colors in percentages

R + G + B =
64 + 109 + 137 = 310 (100%)
R 64 of 310 ~ 20.65%
G 109 of 310 ~ 35.16%
B 137 of 310 ~ 44.19%

%20.65
%35.16
%44.19

CMYK color model

#406D89 color CMYK value is (53,20,0,46).

  • cyan value is 53.28%
  • magenta value is 20.44%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(53,20,0,46)
C53M20Y0K46 
(53%,20%,0%,46%)
(0.53/0.20/0.00/0.46)	

CMYK percentages

%53.28
%20.44
%0
%46.27

Codes

Color #406D89 in popluar color models

406D89
RGB64109137
HSL203°36.32%39.41%
HSB/HSV203°53.28%53.73%
CMYK53.28%20.44%0.00%
46.27%

Color #406D89 in popluar number systems.

HEX406D89
Decimal64109137
Binary1000000110110110001001
Octal100155211

Shades and tints

Shades of #406D89

#406D89
(64,109,137)
#3B647D
(59,100,125)
#365B71
(54,91,113)
#315265
(49,82,101)
#2C4959
(44,73,89)
#27404D
(39,64,77)
#223741
(34,55,65)
#1D2E35
(29,46,53)
#182529
(24,37,41)
#131C1D
(19,28,29)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #406D89

#406D89
(64,109,137)
#517A93
(81,122,147)
#62879D
(98,135,157)
#7394A7
(115,148,167)
#84A1B1
(132,161,177)
#95AEBB
(149,174,187)
#A6BBC5
(166,187,197)
#B7C8CF
(183,200,207)
#C8D5D9
(200,213,217)
#D9E2E3
(217,226,227)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406D89; }

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

This text font color is #406D89.


Background Color

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

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

This div background color is #406D89.


Border color

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

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

This div border color is #406D89.


Opacity

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

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

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

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

This text has shadow with #406D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406D89 on black background.


Color preview on white background

This text has color #406D89 on white background.



Black color preview on #406D89 background

This text has black color on #406D89 background.


White color preview on #406D89 background

This text has white color on #406D89 background.