HEX: #464C4E
RGB: (70,76,78)
#464C4E contains red, green and blue colors in about the same proportion. Web safe color of #464C4E is #333366 (or #336).
#464C4E color RGB value is (70,76,78).
RGB: (70,76,78)
(27%, 30%, 31%)
R 70 of 255 = 27%
G 76 of 255 = 30%
B 78 of 255 = 31%
R + G + B ~ 29%. #464C4E is quite dark color.
R + G + B = 70 + 76 + 78 = 224 (100%)
R 70 of 224 ~ 31.25%
G 76 of 224 ~ 33.93%
B 78 of 224 ~ 34.82'%
#464C4E color CMYK value is (10,3,0,69).
CMYK: (10,3,0,69)
C10M3Y0K69 (10%, 3%, 0%, 69%)
(0.10 / 0.03 / 0.00 / 0.69)
Color #464C4E in popluar color models
46 | 4C | 4E | |
---|---|---|---|
RGB | 70 | 76 | 78 |
HSL | 195° | 5.41% | 29.02% |
HSB/HSV | 195° | 10.26% | 30.59% |
CMYK | 10.26% | 2.56% | 0.00% |
69.41% |
Color #464C4E in popluar number systems.
HEX | 46 | 4C | 4E |
Decimal | 70 | 76 | 78 |
Binary | 1000110 | 1001100 | 1001110 |
Octal | 106 | 114 | 116 |
Shades of #464C4E
Tints of #464C4E
Examples of css and html codes for elements with #464C4E color. Also use rgb(70,76,78) instead hex code.
.myTextColor { color: #464C4E; }
<p style="color:#464C4E">This sample text font color is #464C4E.</p>
This text font color is #464C4E.
.myBgColor { background-color: #464C4E; }
<div style="background-color:#464C4E">Inner text</div>
This div background color is #464C4E.
.myBorderColor { border: 1px solid #464C4E; }
<div style="border:3px solid #464C4E">Div</div>
This div border color is #464C4E.
.myOpacity80 { color: #464C4E; opacity: 0.8; }
<p style="color:#464C4E;opacity:0.8;">80%</p>
Text with #464C4E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #464C4E;}
<p style="text-shadow: 3px 3px 1px #464C4E">Text here.</p>
This text has shadow with #464C4E color.
.textShadow {text-shadow: 3px 3px 1px #464C4E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #464C4E, 5px 5px 20px red">Text here.</p>
This text has shadow with #464C4E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#464C4E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#464C4E, Direction=45, Strength=4)">Text</p>
This text has shadow with #464C4E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #464C4E;
-webkit-box-shadow: 1px 1px 3px 2px #464C4E;
box-shadow: 1px 1px 3px 2px #464C4E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #464C4E; -webkit-box-shadow: 1px 1px 3px 2px #464C4E; box-shadow:1px 1px 3px 2px #464C4E;">
Div content here
</div>
This text has color #464C4E on black background.
This text has color #464C4E on white background.
This text has black color on #464C4E background.
This text has white color on #464C4E background.
Complementary color for #hex is #B9B3B1.