COLOR #406579

HEX: #406579
RGB: (64,101,121)

Color info

#406579 contains red, green and blue colors in about the same proportion. Web safe color of #406579 is #336666 (or #366).

RGB color model

#406579 color RGB value is (64,101,121).

  • red value is 64;
  • green value is 101;
  • blue value is 121.
RGB:
(64,101,121)
(25%,40%,47%)

RGB channels and saturation

R 64 of 255 = 25%
G 101 of 255 = 40%
B 121 of 255 = 47%

64
101
121

R + G + B ~ 37%. #406579 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 101 + 121 = 286 (100%)
R 64 of 286 ~ 22.38%
G 101 of 286 ~ 35.31%
B 121 of 286 ~ 42.31%

%22.38
%35.31
%42.31

CMYK color model

#406579 color CMYK value is (47,17,0,53).

  • cyan value is 47.11%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(47,17,0,53)
C47M17Y0K53 
(47%,17%,0%,53%)
(0.47/0.17/0.00/0.53)	

CMYK percentages

%47.11
%16.53
%0
%52.55

Codes

Color #406579 in popluar color models

406579
RGB64101121
HSL201°30.81%36.27%
HSB/HSV201°47.11%47.45%
CMYK47.11%16.53%0.00%
52.55%

Color #406579 in popluar number systems.

HEX406579
Decimal64101121
Binary100000011001011111001
Octal100145171

Shades and tints

Shades of #406579

#406579
(64,101,121)
#3B5C6E
(59,92,110)
#365363
(54,83,99)
#314A58
(49,74,88)
#2C414D
(44,65,77)
#273842
(39,56,66)
#222F37
(34,47,55)
#1D262C
(29,38,44)
#181D21
(24,29,33)
#131416
(19,20,22)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #406579

#406579
(64,101,121)
#517385
(81,115,133)
#628191
(98,129,145)
#738F9D
(115,143,157)
#849DA9
(132,157,169)
#95ABB5
(149,171,181)
#A6B9C1
(166,185,193)
#B7C7CD
(183,199,205)
#C8D5D9
(200,213,217)
#D9E3E5
(217,227,229)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406579 color. Also use rgb(64,101,121) instead hex code.

Text Font Color

.myTextColor { color: #406579; }

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

This text font color is #406579.


Background Color

.myBgColor { background-color: #406579; }

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

This div background color is #406579.


Border color

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

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

This div border color is #406579.


Opacity

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

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

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

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

This text has shadow with #406579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406579 on black background.


Color preview on white background

This text has color #406579 on white background.



Black color preview on #406579 background

This text has black color on #406579 background.


White color preview on #406579 background

This text has white color on #406579 background.