HEX: #474261
RGB: (71,66,97)
#474261 contains red, green and blue colors in about the same proportion. Web safe color of #474261 is #333366 (or #336).
#474261 color RGB value is (71,66,97).
RGB: (71,66,97)
(28%, 26%, 38%)
R 71 of 255 = 28%
G 66 of 255 = 26%
B 97 of 255 = 38%
R + G + B ~ 31%. #474261 is quite dark color.
R + G + B = 71 + 66 + 97 = 234 (100%)
R 71 of 234 ~ 30.34%
G 66 of 234 ~ 28.21%
B 97 of 234 ~ 41.45'%
#474261 color CMYK value is (27,32,0,62).
CMYK: (27,32,0,62)
C27M32Y0K62 (27%, 32%, 0%, 62%)
(0.27 / 0.32 / 0.00 / 0.62)
Color #474261 in popluar color models
47 | 42 | 61 | |
---|---|---|---|
RGB | 71 | 66 | 97 |
HSL | 250° | 19.02% | 31.96% |
HSB/HSV | 250° | 31.96% | 38.04% |
CMYK | 26.80% | 31.96% | 0.00% |
61.96% |
Color #474261 in popluar number systems.
HEX | 47 | 42 | 61 |
Decimal | 71 | 66 | 97 |
Binary | 1000111 | 1000010 | 1100001 |
Octal | 107 | 102 | 141 |
Shades of #474261
Tints of #474261
Examples of css and html codes for elements with #474261 color. Also use rgb(71,66,97) instead hex code.
.myTextColor { color: #474261; }
<p style="color:#474261">This sample text font color is #474261.</p>
This text font color is #474261.
.myBgColor { background-color: #474261; }
<div style="background-color:#474261">Inner text</div>
This div background color is #474261.
.myBorderColor { border: 1px solid #474261; }
<div style="border:3px solid #474261">Div</div>
This div border color is #474261.
.myOpacity80 { color: #474261; opacity: 0.8; }
<p style="color:#474261;opacity:0.8;">80%</p>
Text with #474261 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474261;}
<p style="text-shadow: 3px 3px 1px #474261">Text here.</p>
This text has shadow with #474261 color.
.textShadow {text-shadow: 3px 3px 1px #474261', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474261, 5px 5px 20px red">Text here.</p>
This text has shadow with #474261 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474261, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474261, Direction=45, Strength=4)">Text</p>
This text has shadow with #474261 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474261;
-webkit-box-shadow: 1px 1px 3px 2px #474261;
box-shadow: 1px 1px 3px 2px #474261;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474261; -webkit-box-shadow: 1px 1px 3px 2px #474261; box-shadow:1px 1px 3px 2px #474261;">
Div content here
</div>
This text has color #474261 on black background.
This text has color #474261 on white background.
This text has black color on #474261 background.
This text has white color on #474261 background.
Complementary color for #hex is #B8BD9E.