COLOR #406273

HEX: #406273
RGB: (64,98,115)

Color info

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

RGB color model

#406273 color RGB value is (64,98,115).

  • red value is 64;
  • green value is 98;
  • blue value is 115.
RGB:
(64,98,115)
(25%,38%,45%)

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 115 of 255 = 45%

64
98
115

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

Portions of RGB colors in percentages

R + G + B =
64 + 98 + 115 = 277 (100%)
R 64 of 277 ~ 23.1%
G 98 of 277 ~ 35.38%
B 115 of 277 ~ 41.52%

%23.1
%35.38
%41.52

CMYK color model

#406273 color CMYK value is (44,15,0,55).

  • cyan value is 44.35%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(44,15,0,55)
C44M15Y0K55 
(44%,15%,0%,55%)
(0.44/0.15/0.00/0.55)	

CMYK percentages

%44.35
%14.78
%0
%54.9

Codes

Color #406273 in popluar color models

406273
RGB6498115
HSL200°28.49%35.10%
HSB/HSV200°44.35%45.10%
CMYK44.35%14.78%0.00%
54.90%

Color #406273 in popluar number systems.

HEX406273
Decimal6498115
Binary100000011000101110011
Octal100142163

Shades and tints

Shades of #406273

#406273
(64,98,115)
#3B5A69
(59,90,105)
#36525F
(54,82,95)
#314A55
(49,74,85)
#2C424B
(44,66,75)
#273A41
(39,58,65)
#223237
(34,50,55)
#1D2A2D
(29,42,45)
#182223
(24,34,35)
#131A19
(19,26,25)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #406273

#406273
(64,98,115)
#51707F
(81,112,127)
#627E8B
(98,126,139)
#738C97
(115,140,151)
#849AA3
(132,154,163)
#95A8AF
(149,168,175)
#A6B6BB
(166,182,187)
#B7C4C7
(183,196,199)
#C8D2D3
(200,210,211)
#D9E0DF
(217,224,223)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406273 color. Also use rgb(64,98,115) instead hex code.

Text Font Color

.myTextColor { color: #406273; }

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

This text font color is #406273.


Background Color

.myBgColor { background-color: #406273; }

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

This div background color is #406273.


Border color

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

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

This div border color is #406273.


Opacity

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

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

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

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

This text has shadow with #406273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406273 on black background.


Color preview on white background

This text has color #406273 on white background.



Black color preview on #406273 background

This text has black color on #406273 background.


White color preview on #406273 background

This text has white color on #406273 background.