COLOR #406474

HEX: #406474
RGB: (64,100,116)

Color info

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

RGB color model

#406474 color RGB value is (64,100,116).

  • red value is 64;
  • green value is 100;
  • blue value is 116.
RGB:
(64,100,116)
(25%,39%,45%)

RGB channels and saturation

R 64 of 255 = 25%
G 100 of 255 = 39%
B 116 of 255 = 45%

64
100
116

R + G + B ~ 36%. #406474 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 100 + 116 = 280 (100%)
R 64 of 280 ~ 22.86%
G 100 of 280 ~ 35.71%
B 116 of 280 ~ 41.43%

%22.86
%35.71
%41.43

CMYK color model

#406474 color CMYK value is (45,14,0,55).

  • cyan value is 44.83%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(45,14,0,55)
C45M14Y0K55 
(45%,14%,0%,55%)
(0.45/0.14/0.00/0.55)	

CMYK percentages

%44.83
%13.79
%0
%54.51

Codes

Color #406474 in popluar color models

406474
RGB64100116
HSL198°28.89%35.29%
HSB/HSV198°44.83%45.49%
CMYK44.83%13.79%0.00%
54.51%

Color #406474 in popluar number systems.

HEX406474
Decimal64100116
Binary100000011001001110100
Octal100144164

Shades and tints

Shades of #406474

#406474
(64,100,116)
#3B5B6A
(59,91,106)
#365260
(54,82,96)
#314956
(49,73,86)
#2C404C
(44,64,76)
#273742
(39,55,66)
#222E38
(34,46,56)
#1D252E
(29,37,46)
#181C24
(24,28,36)
#13131A
(19,19,26)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #406474

#406474
(64,100,116)
#517280
(81,114,128)
#62808C
(98,128,140)
#738E98
(115,142,152)
#849CA4
(132,156,164)
#95AAB0
(149,170,176)
#A6B8BC
(166,184,188)
#B7C6C8
(183,198,200)
#C8D4D4
(200,212,212)
#D9E2E0
(217,226,224)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406474 color. Also use rgb(64,100,116) instead hex code.

Text Font Color

.myTextColor { color: #406474; }

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

This text font color is #406474.


Background Color

.myBgColor { background-color: #406474; }

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

This div background color is #406474.


Border color

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

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

This div border color is #406474.


Opacity

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

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

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

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

This text has shadow with #406474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406474 on black background.


Color preview on white background

This text has color #406474 on white background.



Black color preview on #406474 background

This text has black color on #406474 background.


White color preview on #406474 background

This text has white color on #406474 background.