COLOR #466269

HEX: #466269
RGB: (70,98,105)

Color info

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

RGB color model

#466269 color RGB value is (70,98,105).

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

RGB channels and saturation

R 70 of 255 = 27%
G 98 of 255 = 38%
B 105 of 255 = 41%

70
98
105

R + G + B ~ 35%. #466269 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 98 + 105 = 273 (100%)
R 70 of 273 ~ 25.64%
G 98 of 273 ~ 35.9%
B 105 of 273 ~ 38.46%

%25.64
%35.9
%38.46

CMYK color model

#466269 color CMYK value is (33,7,0,59).

  • cyan value is 33.33%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(33,7,0,59)
C33M7Y0K59 
(33%,7%,0%,59%)
(0.33/0.07/0.00/0.59)	

CMYK percentages

%33.33
%6.67
%0
%58.82

Codes

Color #466269 in popluar color models

466269
RGB7098105
HSL192°20.00%34.31%
HSB/HSV192°33.33%41.18%
CMYK33.33%6.67%0.00%
58.82%

Color #466269 in popluar number systems.

HEX466269
Decimal7098105
Binary100011011000101101001
Octal106142151

Shades and tints

Shades of #466269

#466269
(70,98,105)
#405A60
(64,90,96)
#3A5257
(58,82,87)
#344A4E
(52,74,78)
#2E4245
(46,66,69)
#283A3C
(40,58,60)
#223233
(34,50,51)
#1C2A2A
(28,42,42)
#162221
(22,34,33)
#101A18
(16,26,24)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #466269

#466269
(70,98,105)
#567076
(86,112,118)
#667E83
(102,126,131)
#768C90
(118,140,144)
#869A9D
(134,154,157)
#96A8AA
(150,168,170)
#A6B6B7
(166,182,183)
#B6C4C4
(182,196,196)
#C6D2D1
(198,210,209)
#D6E0DE
(214,224,222)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466269; }

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

This text font color is #466269.


Background Color

.myBgColor { background-color: #466269; }

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

This div background color is #466269.


Border color

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

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

This div border color is #466269.


Opacity

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

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

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

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

This text has shadow with #466269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466269 on black background.


Color preview on white background

This text has color #466269 on white background.



Black color preview on #466269 background

This text has black color on #466269 background.


White color preview on #466269 background

This text has white color on #466269 background.