COLOR #406199

HEX: #406199
RGB: (64,97,153)

Color info

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

RGB color model

#406199 color RGB value is (64,97,153).

  • red value is 64;
  • green value is 97;
  • blue value is 153.
RGB:
(64,97,153)
(25%,38%,60%)

RGB channels and saturation

R 64 of 255 = 25%
G 97 of 255 = 38%
B 153 of 255 = 60%

64
97
153

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

Portions of RGB colors in percentages

R + G + B =
64 + 97 + 153 = 314 (100%)
R 64 of 314 ~ 20.38%
G 97 of 314 ~ 30.89%
B 153 of 314 ~ 48.73%

%20.38
%30.89
%48.73

CMYK color model

#406199 color CMYK value is (58,37,0,40).

  • cyan value is 58.17%
  • magenta value is 36.60%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(58,37,0,40)
C58M37Y0K40 
(58%,37%,0%,40%)
(0.58/0.37/0.00/0.40)	

CMYK percentages

%58.17
%36.6
%0
%40

Codes

Color #406199 in popluar color models

406199
RGB6497153
HSL218°41.01%42.55%
HSB/HSV218°58.17%60.00%
CMYK58.17%36.60%0.00%
40.00%

Color #406199 in popluar number systems.

HEX406199
Decimal6497153
Binary1000000110000110011001
Octal100141231

Shades and tints

Shades of #406199

#406199
(64,97,153)
#3B598C
(59,89,140)
#36517F
(54,81,127)
#314972
(49,73,114)
#2C4165
(44,65,101)
#273958
(39,57,88)
#22314B
(34,49,75)
#1D293E
(29,41,62)
#182131
(24,33,49)
#131924
(19,25,36)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #406199

#406199
(64,97,153)
#516FA2
(81,111,162)
#627DAB
(98,125,171)
#738BB4
(115,139,180)
#8499BD
(132,153,189)
#95A7C6
(149,167,198)
#A6B5CF
(166,181,207)
#B7C3D8
(183,195,216)
#C8D1E1
(200,209,225)
#D9DFEA
(217,223,234)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406199 color. Also use rgb(64,97,153) instead hex code.

Text Font Color

.myTextColor { color: #406199; }

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

This text font color is #406199.


Background Color

.myBgColor { background-color: #406199; }

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

This div background color is #406199.


Border color

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

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

This div border color is #406199.


Opacity

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

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

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

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

This text has shadow with #406199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406199 on black background.


Color preview on white background

This text has color #406199 on white background.



Black color preview on #406199 background

This text has black color on #406199 background.


White color preview on #406199 background

This text has white color on #406199 background.