HEX: #474B65
RGB: (71,75,101)
#474B65 contains red, green and blue colors in about the same proportion. Web safe color of #474B65 is #333366 (or #336).
#474B65 color RGB value is (71,75,101).
RGB: (71,75,101)
(28%, 29%, 40%)
R 71 of 255 = 28%
G 75 of 255 = 29%
B 101 of 255 = 40%
R + G + B ~ 32%. #474B65 is quite dark color.
R + G + B = 71 + 75 + 101 = 247 (100%)
R 71 of 247 ~ 28.74%
G 75 of 247 ~ 30.36%
B 101 of 247 ~ 40.89'%
#474B65 color CMYK value is (30,26,0,60).
CMYK: (30,26,0,60) C30M26Y0K60 (30%,26%,0%,60%) (0.30/0.26/0.00/0.60)
Color #474B65 in popluar color models
47 | 4B | 65 | |
---|---|---|---|
RGB | 71 | 75 | 101 |
HSL | 232° | 17.44% | 33.73% |
HSB/HSV | 232° | 29.70% | 39.61% |
CMYK | 29.70% | 25.74% | 0.00% |
60.39% |
Color #474B65 in popluar number systems.
HEX | 47 | 4B | 65 |
Decimal | 71 | 75 | 101 |
Binary | 1000111 | 1001011 | 1100101 |
Octal | 107 | 113 | 145 |
Shades of #474B65
Tints of #474B65
Examples of css and html codes for elements with #474B65 color. Also use rgb(71,75,101) instead hex code.
.myTextColor { color: #474B65; }
<p style="color:#474B65">This sample text font color is #474B65.</p>
This text font color is #474B65.
.myBgColor { background-color: #474B65; }
<div style="background-color:#474B65">Inner text</div>
This div background color is #474B65.
.myBorderColor { border: 1px solid #474B65; }
<div style="border:3px solid #474B65">Div</div>
This div border color is #474B65.
.myOpacity80 { color: #474B65; opacity: 0.8; }
<p style="color:#474B65;opacity:0.8;">80%</p>
Text with #474B65 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474B65;}
<p style="text-shadow: 3px 3px 1px #474B65">Text here.</p>
This text has shadow with #474B65 color.
.textShadow {text-shadow: 3px 3px 1px #474B65', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474B65, 5px 5px 20px red">Text here.</p>
This text has shadow with #474B65 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474B65, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474B65, Direction=45, Strength=4)">Text</p>
This text has shadow with #474B65 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474B65;
-webkit-box-shadow: 1px 1px 3px 2px #474B65;
box-shadow: 1px 1px 3px 2px #474B65;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474B65; -webkit-box-shadow: 1px 1px 3px 2px #474B65; box-shadow:1px 1px 3px 2px #474B65;">
Div content here
</div>
This text has color #474B65 on black background.
This text has color #474B65 on white background.
This text has black color on #474B65 background.
This text has white color on #474B65 background.
Complementary color for #hex is #B8B49A.