COLOR #406AA0

HEX: #406AA0
RGB: (64,106,160)

Color info

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

RGB color model

#406AA0 color RGB value is (64,106,160).

  • red value is 64;
  • green value is 106;
  • blue value is 160.
RGB:
(64,106,160)
(25%,42%,63%)

RGB channels and saturation

R 64 of 255 = 25%
G 106 of 255 = 42%
B 160 of 255 = 63%

64
106
160

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

Portions of RGB colors in percentages

R + G + B =
64 + 106 + 160 = 330 (100%)
R 64 of 330 ~ 19.39%
G 106 of 330 ~ 32.12%
B 160 of 330 ~ 48.48%

%19.39
%32.12
%48.48

CMYK color model

#406AA0 color CMYK value is (60,34,0,37).

  • cyan value is 60.00%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(60,34,0,37)
C60M34Y0K37 
(60%,34%,0%,37%)
(0.60/0.34/0.00/0.37)	

CMYK percentages

%60
%33.75
%0
%37.25

Codes

Color #406AA0 in popluar color models

406AA0
RGB64106160
HSL214°42.86%43.92%
HSB/HSV214°60.00%62.75%
CMYK60.00%33.75%0.00%
37.25%

Color #406AA0 in popluar number systems.

HEX406AA0
Decimal64106160
Binary1000000110101010100000
Octal100152240

Shades and tints

Shades of #406AA0

#406AA0
(64,106,160)
#3B6192
(59,97,146)
#365884
(54,88,132)
#314F76
(49,79,118)
#2C4668
(44,70,104)
#273D5A
(39,61,90)
#22344C
(34,52,76)
#1D2B3E
(29,43,62)
#182230
(24,34,48)
#131922
(19,25,34)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #406AA0

#406AA0
(64,106,160)
#5177A8
(81,119,168)
#6284B0
(98,132,176)
#7391B8
(115,145,184)
#849EC0
(132,158,192)
#95ABC8
(149,171,200)
#A6B8D0
(166,184,208)
#B7C5D8
(183,197,216)
#C8D2E0
(200,210,224)
#D9DFE8
(217,223,232)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406AA0 color. Also use rgb(64,106,160) instead hex code.

Text Font Color

.myTextColor { color: #406AA0; }

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

This text font color is #406AA0.


Background Color

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

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

This div background color is #406AA0.


Border color

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

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

This div border color is #406AA0.


Opacity

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

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

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

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

This text has shadow with #406AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406AA0 on black background.


Color preview on white background

This text has color #406AA0 on white background.



Black color preview on #406AA0 background

This text has black color on #406AA0 background.


White color preview on #406AA0 background

This text has white color on #406AA0 background.