COLOR #466E86

HEX: #466E86
RGB: (70,110,134)

Color info

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

RGB color model

#466E86 color RGB value is (70,110,134).

  • red value is 70;
  • green value is 110;
  • blue value is 134.
RGB:
(70,110,134)
(27%,43%,53%)

RGB channels and saturation

R 70 of 255 = 27%
G 110 of 255 = 43%
B 134 of 255 = 53%

70
110
134

R + G + B ~ 41%. #466E86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 110 + 134 = 314 (100%)
R 70 of 314 ~ 22.29%
G 110 of 314 ~ 35.03%
B 134 of 314 ~ 42.68%

%22.29
%35.03
%42.68

CMYK color model

#466E86 color CMYK value is (48,18,0,47).

  • cyan value is 47.76%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(48,18,0,47)
C48M18Y0K47 
(48%,18%,0%,47%)
(0.48/0.18/0.00/0.47)	

CMYK percentages

%47.76
%17.91
%0
%47.45

Codes

Color #466E86 in popluar color models

466E86
RGB70110134
HSL203°31.37%40.00%
HSB/HSV203°47.76%52.55%
CMYK47.76%17.91%0.00%
47.45%

Color #466E86 in popluar number systems.

HEX466E86
Decimal70110134
Binary1000110110111010000110
Octal106156206

Shades and tints

Shades of #466E86

#466E86
(70,110,134)
#40647A
(64,100,122)
#3A5A6E
(58,90,110)
#345062
(52,80,98)
#2E4656
(46,70,86)
#283C4A
(40,60,74)
#22323E
(34,50,62)
#1C2832
(28,40,50)
#161E26
(22,30,38)
#10141A
(16,20,26)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #466E86

#466E86
(70,110,134)
#567B91
(86,123,145)
#66889C
(102,136,156)
#7695A7
(118,149,167)
#86A2B2
(134,162,178)
#96AFBD
(150,175,189)
#A6BCC8
(166,188,200)
#B6C9D3
(182,201,211)
#C6D6DE
(198,214,222)
#D6E3E9
(214,227,233)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466E86 color. Also use rgb(70,110,134) instead hex code.

Text Font Color

.myTextColor { color: #466E86; }

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

This text font color is #466E86.


Background Color

.myBgColor { background-color: #466E86; }

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

This div background color is #466E86.


Border color

.myBorderColor { border: 1px solid #466E86; }

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

This div border color is #466E86.


Opacity

.myOpacity80 { color: #466E86; opacity: 0.8; }

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

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

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

This text has shadow with #466E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466E86 on black background.


Color preview on white background

This text has color #466E86 on white background.



Black color preview on #466E86 background

This text has black color on #466E86 background.


White color preview on #466E86 background

This text has white color on #466E86 background.