COLOR #406588

HEX: #406588
RGB: (64,101,136)

Color info

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

RGB color model

#406588 color RGB value is (64,101,136).

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

RGB channels and saturation

R 64 of 255 = 25%
G 101 of 255 = 40%
B 136 of 255 = 53%

64
101
136

R + G + B ~ 39%. #406588 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 101 + 136 = 301 (100%)
R 64 of 301 ~ 21.26%
G 101 of 301 ~ 33.55%
B 136 of 301 ~ 45.18%

%21.26
%33.55
%45.18

CMYK color model

#406588 color CMYK value is (53,26,0,47).

  • cyan value is 52.94%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(53,26,0,47)
C53M26Y0K47 
(53%,26%,0%,47%)
(0.53/0.26/0.00/0.47)	

CMYK percentages

%52.94
%25.74
%0
%46.67

Codes

Color #406588 in popluar color models

406588
RGB64101136
HSL209°36.00%39.22%
HSB/HSV209°52.94%53.33%
CMYK52.94%25.74%0.00%
46.67%

Color #406588 in popluar number systems.

HEX406588
Decimal64101136
Binary1000000110010110001000
Octal100145210

Shades and tints

Shades of #406588

#406588
(64,101,136)
#3B5C7C
(59,92,124)
#365370
(54,83,112)
#314A64
(49,74,100)
#2C4158
(44,65,88)
#27384C
(39,56,76)
#222F40
(34,47,64)
#1D2634
(29,38,52)
#181D28
(24,29,40)
#13141C
(19,20,28)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #406588

#406588
(64,101,136)
#517392
(81,115,146)
#62819C
(98,129,156)
#738FA6
(115,143,166)
#849DB0
(132,157,176)
#95ABBA
(149,171,186)
#A6B9C4
(166,185,196)
#B7C7CE
(183,199,206)
#C8D5D8
(200,213,216)
#D9E3E2
(217,227,226)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406588; }

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

This text font color is #406588.


Background Color

.myBgColor { background-color: #406588; }

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

This div background color is #406588.


Border color

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

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

This div border color is #406588.


Opacity

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

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

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

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

This text has shadow with #406588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406588 on black background.


Color preview on white background

This text has color #406588 on white background.



Black color preview on #406588 background

This text has black color on #406588 background.


White color preview on #406588 background

This text has white color on #406588 background.