HEX: #473459
RGB: (71,52,89)
#473459 contains red, green and blue colors in about the same proportion. Web safe color of #473459 is #333366 (or #336).
#473459 color RGB value is (71,52,89).
RGB: (71,52,89)
(28%, 20%, 35%)
R 71 of 255 = 28%
G 52 of 255 = 20%
B 89 of 255 = 35%
R + G + B ~ 28%. #473459 is quite dark color.
R + G + B = 71 + 52 + 89 = 212 (100%)
R 71 of 212 ~ 33.49%
G 52 of 212 ~ 24.53%
B 89 of 212 ~ 41.98'%
#473459 color CMYK value is (20,42,0,65).
CMYK: (20,42,0,65)
C20M42Y0K65 (20%, 42%, 0%, 65%)
(0.20 / 0.42 / 0.00 / 0.65)
Color #473459 in popluar color models
47 | 34 | 59 | |
---|---|---|---|
RGB | 71 | 52 | 89 |
HSL | 271° | 26.24% | 27.65% |
HSB/HSV | 271° | 41.57% | 34.90% |
CMYK | 20.22% | 41.57% | 0.00% |
65.10% |
Color #473459 in popluar number systems.
HEX | 47 | 34 | 59 |
Decimal | 71 | 52 | 89 |
Binary | 1000111 | 110100 | 1011001 |
Octal | 107 | 64 | 131 |
Shades of #473459
Tints of #473459
Examples of css and html codes for elements with #473459 color. Also use rgb(71,52,89) instead hex code.
.myTextColor { color: #473459; }
<p style="color:#473459">This sample text font color is #473459.</p>
This text font color is #473459.
.myBgColor { background-color: #473459; }
<div style="background-color:#473459">Inner text</div>
This div background color is #473459.
.myBorderColor { border: 1px solid #473459; }
<div style="border:3px solid #473459">Div</div>
This div border color is #473459.
.myOpacity80 { color: #473459; opacity: 0.8; }
<p style="color:#473459;opacity:0.8;">80%</p>
Text with #473459 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473459;}
<p style="text-shadow: 3px 3px 1px #473459">Text here.</p>
This text has shadow with #473459 color.
.textShadow {text-shadow: 3px 3px 1px #473459', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473459, 5px 5px 20px red">Text here.</p>
This text has shadow with #473459 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473459, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473459, Direction=45, Strength=4)">Text</p>
This text has shadow with #473459 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473459;
-webkit-box-shadow: 1px 1px 3px 2px #473459;
box-shadow: 1px 1px 3px 2px #473459;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473459; -webkit-box-shadow: 1px 1px 3px 2px #473459; box-shadow:1px 1px 3px 2px #473459;">
Div content here
</div>
This text has color #473459 on black background.
This text has color #473459 on white background.
This text has black color on #473459 background.
This text has white color on #473459 background.
Complementary color for #hex is #B8CBA6.