COLOR #466986

HEX: #466986
RGB: (70,105,134)

Color info

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

RGB color model

#466986 color RGB value is (70,105,134).

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

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 134 of 255 = 53%

70
105
134

R + G + B ~ 40%. #466986 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 134 = 309 (100%)
R 70 of 309 ~ 22.65%
G 105 of 309 ~ 33.98%
B 134 of 309 ~ 43.37%

%22.65
%33.98
%43.37

CMYK color model

#466986 color CMYK value is (48,22,0,47).

  • cyan value is 47.76%
  • magenta value is 21.64%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(48,22,0,47)
C48M22Y0K47 
(48%,22%,0%,47%)
(0.48/0.22/0.00/0.47)	

CMYK percentages

%47.76
%21.64
%0
%47.45

Codes

Color #466986 in popluar color models

466986
RGB70105134
HSL207°31.37%40.00%
HSB/HSV207°47.76%52.55%
CMYK47.76%21.64%0.00%
47.45%

Color #466986 in popluar number systems.

HEX466986
Decimal70105134
Binary1000110110100110000110
Octal106151206

Shades and tints

Shades of #466986

#466986
(70,105,134)
#40607A
(64,96,122)
#3A576E
(58,87,110)
#344E62
(52,78,98)
#2E4556
(46,69,86)
#283C4A
(40,60,74)
#22333E
(34,51,62)
#1C2A32
(28,42,50)
#162126
(22,33,38)
#10181A
(16,24,26)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #466986

#466986
(70,105,134)
#567691
(86,118,145)
#66839C
(102,131,156)
#7690A7
(118,144,167)
#869DB2
(134,157,178)
#96AABD
(150,170,189)
#A6B7C8
(166,183,200)
#B6C4D3
(182,196,211)
#C6D1DE
(198,209,222)
#D6DEE9
(214,222,233)
#E6EBF4
(230,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466986; }

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

This text font color is #466986.


Background Color

.myBgColor { background-color: #466986; }

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

This div background color is #466986.


Border color

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

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

This div border color is #466986.


Opacity

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

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

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

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

This text has shadow with #466986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466986 on black background.


Color preview on white background

This text has color #466986 on white background.



Black color preview on #466986 background

This text has black color on #466986 background.


White color preview on #466986 background

This text has white color on #466986 background.