COLOR #466072

HEX: #466072
RGB: (70,96,114)

Color info

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

RGB color model

#466072 color RGB value is (70,96,114).

  • red value is 70;
  • green value is 96;
  • blue value is 114.
RGB:
(70,96,114)
(27%,38%,45%)

RGB channels and saturation

R 70 of 255 = 27%
G 96 of 255 = 38%
B 114 of 255 = 45%

70
96
114

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

Portions of RGB colors in percentages

R + G + B =
70 + 96 + 114 = 280 (100%)
R 70 of 280 ~ 25%
G 96 of 280 ~ 34.29%
B 114 of 280 ~ 40.71%

%25
%34.29
%40.71

CMYK color model

#466072 color CMYK value is (39,16,0,55).

  • cyan value is 38.60%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(39,16,0,55)
C39M16Y0K55 
(39%,16%,0%,55%)
(0.39/0.16/0.00/0.55)	

CMYK percentages

%38.6
%15.79
%0
%55.29

Codes

Color #466072 in popluar color models

466072
RGB7096114
HSL205°23.91%36.08%
HSB/HSV205°38.60%44.71%
CMYK38.60%15.79%0.00%
55.29%

Color #466072 in popluar number systems.

HEX466072
Decimal7096114
Binary100011011000001110010
Octal106140162

Shades and tints

Shades of #466072

#466072
(70,96,114)
#405868
(64,88,104)
#3A505E
(58,80,94)
#344854
(52,72,84)
#2E404A
(46,64,74)
#283840
(40,56,64)
#223036
(34,48,54)
#1C282C
(28,40,44)
#162022
(22,32,34)
#101818
(16,24,24)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #466072

#466072
(70,96,114)
#566E7E
(86,110,126)
#667C8A
(102,124,138)
#768A96
(118,138,150)
#8698A2
(134,152,162)
#96A6AE
(150,166,174)
#A6B4BA
(166,180,186)
#B6C2C6
(182,194,198)
#C6D0D2
(198,208,210)
#D6DEDE
(214,222,222)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466072 color. Also use rgb(70,96,114) instead hex code.

Text Font Color

.myTextColor { color: #466072; }

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

This text font color is #466072.


Background Color

.myBgColor { background-color: #466072; }

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

This div background color is #466072.


Border color

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

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

This div border color is #466072.


Opacity

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

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

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

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

This text has shadow with #466072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466072 on black background.


Color preview on white background

This text has color #466072 on white background.



Black color preview on #466072 background

This text has black color on #466072 background.


White color preview on #466072 background

This text has white color on #466072 background.