COLOR #406997

HEX: #406997
RGB: (64,105,151)

Color info

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

RGB color model

#406997 color RGB value is (64,105,151).

  • red value is 64;
  • green value is 105;
  • blue value is 151.
RGB:
(64,105,151)
(25%,41%,59%)

RGB channels and saturation

R 64 of 255 = 25%
G 105 of 255 = 41%
B 151 of 255 = 59%

64
105
151

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

Portions of RGB colors in percentages

R + G + B =
64 + 105 + 151 = 320 (100%)
R 64 of 320 ~ 20%
G 105 of 320 ~ 32.81%
B 151 of 320 ~ 47.19%

%20
%32.81
%47.19

CMYK color model

#406997 color CMYK value is (58,30,0,41).

  • cyan value is 57.62%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(58,30,0,41)
C58M30Y0K41 
(58%,30%,0%,41%)
(0.58/0.30/0.00/0.41)	

CMYK percentages

%57.62
%30.46
%0
%40.78

Codes

Color #406997 in popluar color models

406997
RGB64105151
HSL212°40.47%42.16%
HSB/HSV212°57.62%59.22%
CMYK57.62%30.46%0.00%
40.78%

Color #406997 in popluar number systems.

HEX406997
Decimal64105151
Binary1000000110100110010111
Octal100151227

Shades and tints

Shades of #406997

#406997
(64,105,151)
#3B608A
(59,96,138)
#36577D
(54,87,125)
#314E70
(49,78,112)
#2C4563
(44,69,99)
#273C56
(39,60,86)
#223349
(34,51,73)
#1D2A3C
(29,42,60)
#18212F
(24,33,47)
#131822
(19,24,34)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #406997

#406997
(64,105,151)
#5176A0
(81,118,160)
#6283A9
(98,131,169)
#7390B2
(115,144,178)
#849DBB
(132,157,187)
#95AAC4
(149,170,196)
#A6B7CD
(166,183,205)
#B7C4D6
(183,196,214)
#C8D1DF
(200,209,223)
#D9DEE8
(217,222,232)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406997 color. Also use rgb(64,105,151) instead hex code.

Text Font Color

.myTextColor { color: #406997; }

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

This text font color is #406997.


Background Color

.myBgColor { background-color: #406997; }

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

This div background color is #406997.


Border color

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

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

This div border color is #406997.


Opacity

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

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

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

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

This text has shadow with #406997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406997 on black background.


Color preview on white background

This text has color #406997 on white background.



Black color preview on #406997 background

This text has black color on #406997 background.


White color preview on #406997 background

This text has white color on #406997 background.