COLOR #466082

HEX: #466082
RGB: (70,96,130)

Color info

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

RGB color model

#466082 color RGB value is (70,96,130).

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

RGB channels and saturation

R 70 of 255 = 27%
G 96 of 255 = 38%
B 130 of 255 = 51%

70
96
130

R + G + B ~ 39%. #466082 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 96 + 130 = 296 (100%)
R 70 of 296 ~ 23.65%
G 96 of 296 ~ 32.43%
B 130 of 296 ~ 43.92%

%23.65
%32.43
%43.92

CMYK color model

#466082 color CMYK value is (46,26,0,49).

  • cyan value is 46.15%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(46,26,0,49)
C46M26Y0K49 
(46%,26%,0%,49%)
(0.46/0.26/0.00/0.49)	

CMYK percentages

%46.15
%26.15
%0
%49.02

Codes

Color #466082 in popluar color models

466082
RGB7096130
HSL214°30.00%39.22%
HSB/HSV214°46.15%50.98%
CMYK46.15%26.15%0.00%
49.02%

Color #466082 in popluar number systems.

HEX466082
Decimal7096130
Binary1000110110000010000010
Octal106140202

Shades and tints

Shades of #466082

#466082
(70,96,130)
#405877
(64,88,119)
#3A506C
(58,80,108)
#344861
(52,72,97)
#2E4056
(46,64,86)
#28384B
(40,56,75)
#223040
(34,48,64)
#1C2835
(28,40,53)
#16202A
(22,32,42)
#10181F
(16,24,31)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #466082

#466082
(70,96,130)
#566E8D
(86,110,141)
#667C98
(102,124,152)
#768AA3
(118,138,163)
#8698AE
(134,152,174)
#96A6B9
(150,166,185)
#A6B4C4
(166,180,196)
#B6C2CF
(182,194,207)
#C6D0DA
(198,208,218)
#D6DEE5
(214,222,229)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466082; }

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

This text font color is #466082.


Background Color

.myBgColor { background-color: #466082; }

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

This div background color is #466082.


Border color

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

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

This div border color is #466082.


Opacity

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

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

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

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

This text has shadow with #466082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466082 on black background.


Color preview on white background

This text has color #466082 on white background.



Black color preview on #466082 background

This text has black color on #466082 background.


White color preview on #466082 background

This text has white color on #466082 background.