HEX: #466469
RGB: (70,100,105)
#466469 contains red, green and blue colors in about the same proportion. Web safe color of #466469 is #336666 (or #366).
#466469 color RGB value is (70,100,105).
RGB: (70,100,105) (27%,39%,41%)
R 70 of 255 = 27%
G 100 of 255 = 39%
B 105 of 255 = 41%
R + G + B ~ 36%. #466469 is quite dark color.
R + G + B =
70 + 100 + 105 = 275 (100%)
R 70 of 275 ~ 25.45%
G 100 of 275 ~ 36.36%
B 105 of 275 ~ 38.18%
#466469 color CMYK value is (33,5,0,59).
CMYK: (33,5,0,59) C33M5Y0K59 (33%,5%,0%,59%) (0.33/0.05/0.00/0.59)
46 | 64 | 69 | |
---|---|---|---|
RGB | 70 | 100 | 105 |
HSL | 189° | 20.00% | 34.31% |
HSB/HSV | 189° | 33.33% | 41.18% |
CMYK | 33.33% | 4.76% | 0.00% |
58.82% |
HEX | 46 | 64 | 69 |
Decimal | 70 | 100 | 105 |
Binary | 1000110 | 1100100 | 1101001 |
Octal | 106 | 144 | 151 |
Examples of css and html codes for elements with #466469 color. Also use rgb(70,100,105) instead hex code.
.myTextColor { color: #466469; }
<p style="color:#466469">This sample text font color is #466469.</p>
This text font color is #466469.
.myBgColor { background-color: #466469; }
<div style="background-color:#466469">Inner text</div>
This div background color is #466469.
.myBorderColor { border: 1px solid #466469; }
<div style="border:3px solid #466469">Div</div>
This div border color is #466469.
.myOpacity80 { color: #466469; opacity: 0.8; }
<p style="color:#466469;opacity:0.8;">80%</p>
Text with #466469 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #466469;}
<p style="text-shadow: 3px 3px 1px #466469">Text here.</p>
This text has shadow with #466469 color.
.textShadow {text-shadow: 3px 3px 1px #466469, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #466469, 5px 5px 20px red">Text here.</p>
This text has shadow with #466469 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#466469, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#466469, Direction=45, Strength=4)">Text</p>
This text has shadow with #466469 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #466469; -webkit-box-shadow: 1px 1px 3px 2px #466469; box-shadow: 1px 1px 3px 2px #466469; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #466469; -webkit-box-shadow: 1px 1px 3px 2px #466469; box-shadow:1px 1px 3px 2px #466469;">
Div content here</div>
This text has color #466469 on black background.
This text has color #466469 on white background.
This text has black color on #466469 background.
This text has white color on #466469 background.