COLOR #406198

HEX: #406198
RGB: (64,97,152)

Color info

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

RGB color model

#406198 color RGB value is (64,97,152).

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

RGB channels and saturation

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

64
97
152

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

Portions of RGB colors in percentages

R + G + B =
64 + 97 + 152 = 313 (100%)
R 64 of 313 ~ 20.45%
G 97 of 313 ~ 30.99%
B 152 of 313 ~ 48.56%

%20.45
%30.99
%48.56

CMYK color model

#406198 color CMYK value is (58,36,0,40).

  • cyan value is 57.89%
  • magenta value is 36.18%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(58,36,0,40)
C58M36Y0K40 
(58%,36%,0%,40%)
(0.58/0.36/0.00/0.40)	

CMYK percentages

%57.89
%36.18
%0
%40.39

Codes

Color #406198 in popluar color models

406198
RGB6497152
HSL218°40.74%42.35%
HSB/HSV218°57.89%59.61%
CMYK57.89%36.18%0.00%
40.39%

Color #406198 in popluar number systems.

HEX406198
Decimal6497152
Binary1000000110000110011000
Octal100141230

Shades and tints

Shades of #406198

#406198
(64,97,152)
#3B598B
(59,89,139)
#36517E
(54,81,126)
#314971
(49,73,113)
#2C4164
(44,65,100)
#273957
(39,57,87)
#22314A
(34,49,74)
#1D293D
(29,41,61)
#182130
(24,33,48)
#131923
(19,25,35)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #406198

#406198
(64,97,152)
#516FA1
(81,111,161)
#627DAA
(98,125,170)
#738BB3
(115,139,179)
#8499BC
(132,153,188)
#95A7C5
(149,167,197)
#A6B5CE
(166,181,206)
#B7C3D7
(183,195,215)
#C8D1E0
(200,209,224)
#D9DFE9
(217,223,233)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406198; }

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

This text font color is #406198.


Background Color

.myBgColor { background-color: #406198; }

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

This div background color is #406198.


Border color

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

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

This div border color is #406198.


Opacity

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

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

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

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

This text has shadow with #406198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406198 on black background.


Color preview on white background

This text has color #406198 on white background.



Black color preview on #406198 background

This text has black color on #406198 background.


White color preview on #406198 background

This text has white color on #406198 background.