HEX: #465677
RGB: (70,86,119)
#465677 contains red, green and blue colors in about the same proportion. Web safe color of #465677 is #336666 (or #366).
#465677 color RGB value is (70,86,119).
RGB: (70,86,119) (27%,34%,47%)
R 70 of 255 = 27%
G 86 of 255 = 34%
B 119 of 255 = 47%
R + G + B ~ 36%. #465677 is quite dark color.
R + G + B =
70 + 86 + 119 = 275 (100%)
R 70 of 275 ~ 25.45%
G 86 of 275 ~ 31.27%
B 119 of 275 ~ 43.27%
#465677 color CMYK value is (41,28,0,53).
CMYK: (41,28,0,53) C41M28Y0K53 (41%,28%,0%,53%) (0.41/0.28/0.00/0.53)
46 | 56 | 77 | |
---|---|---|---|
RGB | 70 | 86 | 119 |
HSL | 220° | 25.93% | 37.06% |
HSB/HSV | 220° | 41.18% | 46.67% |
CMYK | 41.18% | 27.73% | 0.00% |
53.33% |
HEX | 46 | 56 | 77 |
Decimal | 70 | 86 | 119 |
Binary | 1000110 | 1010110 | 1110111 |
Octal | 106 | 126 | 167 |
Examples of css and html codes for elements with #465677 color. Also use rgb(70,86,119) instead hex code.
.myTextColor { color: #465677; }
<p style="color:#465677">This sample text font color is #465677.</p>
This text font color is #465677.
.myBgColor { background-color: #465677; }
<div style="background-color:#465677">Inner text</div>
This div background color is #465677.
.myBorderColor { border: 1px solid #465677; }
<div style="border:3px solid #465677">Div</div>
This div border color is #465677.
.myOpacity80 { color: #465677; opacity: 0.8; }
<p style="color:#465677;opacity:0.8;">80%</p>
Text with #465677 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #465677;}
<p style="text-shadow: 3px 3px 1px #465677">Text here.</p>
This text has shadow with #465677 color.
.textShadow {text-shadow: 3px 3px 1px #465677, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #465677, 5px 5px 20px red">Text here.</p>
This text has shadow with #465677 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#465677, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#465677, Direction=45, Strength=4)">Text</p>
This text has shadow with #465677 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #465677; -webkit-box-shadow: 1px 1px 3px 2px #465677; box-shadow: 1px 1px 3px 2px #465677; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #465677; -webkit-box-shadow: 1px 1px 3px 2px #465677; box-shadow:1px 1px 3px 2px #465677;">
Div content here</div>
This text has color #465677 on black background.
This text has color #465677 on white background.
This text has black color on #465677 background.
This text has white color on #465677 background.