HEX: #46737D
RGB: (70,115,125)
#46737D contains red, green and blue colors in about the same proportion. Web safe color of #46737D is #336666 (or #366).
#46737D color RGB value is (70,115,125).
RGB: (70,115,125)
(27%, 45%, 49%)
R 70 of 255 = 27%
G 115 of 255 = 45%
B 125 of 255 = 49%
R + G + B ~ 40%. #46737D is middle color (not dark and not light).
R + G + B = 70 + 115 + 125 = 310 (100%)
R 70 of 310 ~ 22.58%
G 115 of 310 ~ 37.1%
B 125 of 310 ~ 40.32'%
#46737D color CMYK value is (44,8,0,51).
CMYK: (44,8,0,51)
C44M8Y0K51 (44%, 8%, 0%, 51%)
(0.44 / 0.08 / 0.00 / 0.51)
Color #46737D in popluar color models
46 | 73 | 7D | |
---|---|---|---|
RGB | 70 | 115 | 125 |
HSL | 191° | 28.21% | 38.24% |
HSB/HSV | 191° | 44.00% | 49.02% |
CMYK | 44.00% | 8.00% | 0.00% |
50.98% |
Color #46737D in popluar number systems.
HEX | 46 | 73 | 7D |
Decimal | 70 | 115 | 125 |
Binary | 1000110 | 1110011 | 1111101 |
Octal | 106 | 163 | 175 |
Shades of #46737D
Tints of #46737D
Examples of css and html codes for elements with #46737D color. Also use rgb(70,115,125) instead hex code.
.myTextColor { color: #46737D; }
<p style="color:#46737D">This sample text font color is #46737D.</p>
This text font color is #46737D.
.myBgColor { background-color: #46737D; }
<div style="background-color:#46737D">Inner text</div>
This div background color is #46737D.
.myBorderColor { border: 1px solid #46737D; }
<div style="border:3px solid #46737D">Div</div>
This div border color is #46737D.
.myOpacity80 { color: #46737D; opacity: 0.8; }
<p style="color:#46737D;opacity:0.8;">80%</p>
Text with #46737D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #46737D;}
<p style="text-shadow: 3px 3px 1px #46737D">Text here.</p>
This text has shadow with #46737D color.
.textShadow {text-shadow: 3px 3px 1px #46737D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #46737D, 5px 5px 20px red">Text here.</p>
This text has shadow with #46737D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#46737D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#46737D, Direction=45, Strength=4)">Text</p>
This text has shadow with #46737D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #46737D;
-webkit-box-shadow: 1px 1px 3px 2px #46737D;
box-shadow: 1px 1px 3px 2px #46737D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #46737D; -webkit-box-shadow: 1px 1px 3px 2px #46737D; box-shadow:1px 1px 3px 2px #46737D;">
Div content here
</div>
This text has color #46737D on black background.
This text has color #46737D on white background.
This text has black color on #46737D background.
This text has white color on #46737D background.
Complementary color for #hex is #B98C82.