COLOR #466271

HEX: #466271
RGB: (70,98,113)

Color info

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

RGB color model

#466271 color RGB value is (70,98,113).

  • red value is 70;
  • green value is 98;
  • blue value is 113.
RGB:
(70,98,113)
(27%,38%,44%)

RGB channels and saturation

R 70 of 255 = 27%
G 98 of 255 = 38%
B 113 of 255 = 44%

70
98
113

R + G + B ~ 36%. #466271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 98 + 113 = 281 (100%)
R 70 of 281 ~ 24.91%
G 98 of 281 ~ 34.88%
B 113 of 281 ~ 40.21%

%24.91
%34.88
%40.21

CMYK color model

#466271 color CMYK value is (38,13,0,56).

  • cyan value is 38.05%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(38,13,0,56)
C38M13Y0K56 
(38%,13%,0%,56%)
(0.38/0.13/0.00/0.56)	

CMYK percentages

%38.05
%13.27
%0
%55.69

Codes

Color #466271 in popluar color models

466271
RGB7098113
HSL201°23.50%35.88%
HSB/HSV201°38.05%44.31%
CMYK38.05%13.27%0.00%
55.69%

Color #466271 in popluar number systems.

HEX466271
Decimal7098113
Binary100011011000101110001
Octal106142161

Shades and tints

Shades of #466271

#466271
(70,98,113)
#405A67
(64,90,103)
#3A525D
(58,82,93)
#344A53
(52,74,83)
#2E4249
(46,66,73)
#283A3F
(40,58,63)
#223235
(34,50,53)
#1C2A2B
(28,42,43)
#162221
(22,34,33)
#101A17
(16,26,23)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #466271

#466271
(70,98,113)
#56707D
(86,112,125)
#667E89
(102,126,137)
#768C95
(118,140,149)
#869AA1
(134,154,161)
#96A8AD
(150,168,173)
#A6B6B9
(166,182,185)
#B6C4C5
(182,196,197)
#C6D2D1
(198,210,209)
#D6E0DD
(214,224,221)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466271 color. Also use rgb(70,98,113) instead hex code.

Text Font Color

.myTextColor { color: #466271; }

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

This text font color is #466271.


Background Color

.myBgColor { background-color: #466271; }

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

This div background color is #466271.


Border color

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

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

This div border color is #466271.


Opacity

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

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

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

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

This text has shadow with #466271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466271 on black background.


Color preview on white background

This text has color #466271 on white background.



Black color preview on #466271 background

This text has black color on #466271 background.


White color preview on #466271 background

This text has white color on #466271 background.