COLOR #406878

HEX: #406878
RGB: (64,104,120)

Color info

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

RGB color model

#406878 color RGB value is (64,104,120).

  • red value is 64;
  • green value is 104;
  • blue value is 120.
RGB:
(64,104,120)
(25%,41%,47%)

RGB channels and saturation

R 64 of 255 = 25%
G 104 of 255 = 41%
B 120 of 255 = 47%

64
104
120

R + G + B ~ 38%. #406878 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 104 + 120 = 288 (100%)
R 64 of 288 ~ 22.22%
G 104 of 288 ~ 36.11%
B 120 of 288 ~ 41.67%

%22.22
%36.11
%41.67

CMYK color model

#406878 color CMYK value is (47,13,0,53).

  • cyan value is 46.67%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(47,13,0,53)
C47M13Y0K53 
(47%,13%,0%,53%)
(0.47/0.13/0.00/0.53)	

CMYK percentages

%46.67
%13.33
%0
%52.94

Codes

Color #406878 in popluar color models

406878
RGB64104120
HSL197°30.43%36.08%
HSB/HSV197°46.67%47.06%
CMYK46.67%13.33%0.00%
52.94%

Color #406878 in popluar number systems.

HEX406878
Decimal64104120
Binary100000011010001111000
Octal100150170

Shades and tints

Shades of #406878

#406878
(64,104,120)
#3B5F6E
(59,95,110)
#365664
(54,86,100)
#314D5A
(49,77,90)
#2C4450
(44,68,80)
#273B46
(39,59,70)
#22323C
(34,50,60)
#1D2932
(29,41,50)
#182028
(24,32,40)
#13171E
(19,23,30)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #406878

#406878
(64,104,120)
#517584
(81,117,132)
#628290
(98,130,144)
#738F9C
(115,143,156)
#849CA8
(132,156,168)
#95A9B4
(149,169,180)
#A6B6C0
(166,182,192)
#B7C3CC
(183,195,204)
#C8D0D8
(200,208,216)
#D9DDE4
(217,221,228)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406878 color. Also use rgb(64,104,120) instead hex code.

Text Font Color

.myTextColor { color: #406878; }

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

This text font color is #406878.


Background Color

.myBgColor { background-color: #406878; }

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

This div background color is #406878.


Border color

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

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

This div border color is #406878.


Opacity

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

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

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

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

This text has shadow with #406878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406878 on black background.


Color preview on white background

This text has color #406878 on white background.



Black color preview on #406878 background

This text has black color on #406878 background.


White color preview on #406878 background

This text has white color on #406878 background.