COLOR #466182

HEX: #466182
RGB: (70,97,130)

Color info

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

RGB color model

#466182 color RGB value is (70,97,130).

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

RGB channels and saturation

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

70
97
130

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

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 130 = 297 (100%)
R 70 of 297 ~ 23.57%
G 97 of 297 ~ 32.66%
B 130 of 297 ~ 43.77%

%23.57
%32.66
%43.77

CMYK color model

#466182 color CMYK value is (46,25,0,49).

  • cyan value is 46.15%
  • magenta value is 25.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(46,25,0,49)
C46M25Y0K49 
(46%,25%,0%,49%)
(0.46/0.25/0.00/0.49)	

CMYK percentages

%46.15
%25.38
%0
%49.02

Codes

Color #466182 in popluar color models

466182
RGB7097130
HSL213°30.00%39.22%
HSB/HSV213°46.15%50.98%
CMYK46.15%25.38%0.00%
49.02%

Color #466182 in popluar number systems.

HEX466182
Decimal7097130
Binary1000110110000110000010
Octal106141202

Shades and tints

Shades of #466182

#466182
(70,97,130)
#405977
(64,89,119)
#3A516C
(58,81,108)
#344961
(52,73,97)
#2E4156
(46,65,86)
#28394B
(40,57,75)
#223140
(34,49,64)
#1C2935
(28,41,53)
#16212A
(22,33,42)
#10191F
(16,25,31)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #466182

#466182
(70,97,130)
#566F8D
(86,111,141)
#667D98
(102,125,152)
#768BA3
(118,139,163)
#8699AE
(134,153,174)
#96A7B9
(150,167,185)
#A6B5C4
(166,181,196)
#B6C3CF
(182,195,207)
#C6D1DA
(198,209,218)
#D6DFE5
(214,223,229)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466182; }

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

This text font color is #466182.


Background Color

.myBgColor { background-color: #466182; }

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

This div background color is #466182.


Border color

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

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

This div border color is #466182.


Opacity

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

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

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

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

This text has shadow with #466182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466182 on black background.


Color preview on white background

This text has color #466182 on white background.



Black color preview on #466182 background

This text has black color on #466182 background.


White color preview on #466182 background

This text has white color on #466182 background.