HEX: #473473
RGB: (71,52,115)
#473473 contains mainly red and blue colors. Web safe color of #473473 is #333366 (or #336).
#473473 color RGB value is (71,52,115).
RGB: (71,52,115)
(28%, 20%, 45%)
R 71 of 255 = 28%
G 52 of 255 = 20%
B 115 of 255 = 45%
R + G + B ~ 31%. #473473 is quite dark color.
R + G + B = 71 + 52 + 115 = 238 (100%)
R 71 of 238 ~ 29.83%
G 52 of 238 ~ 21.85%
B 115 of 238 ~ 48.32'%
#473473 color CMYK value is (38,55,0,55).
CMYK: (38,55,0,55)
C38M55Y0K55 (38%, 55%, 0%, 55%)
(0.38 / 0.55 / 0.00 / 0.55)
Color #473473 in popluar color models
47 | 34 | 73 | |
---|---|---|---|
RGB | 71 | 52 | 115 |
HSL | 258° | 37.72% | 32.75% |
HSB/HSV | 258° | 54.78% | 45.10% |
CMYK | 38.26% | 54.78% | 0.00% |
54.90% |
Color #473473 in popluar number systems.
HEX | 47 | 34 | 73 |
Decimal | 71 | 52 | 115 |
Binary | 1000111 | 110100 | 1110011 |
Octal | 107 | 64 | 163 |
Shades of #473473
Tints of #473473
Examples of css and html codes for elements with #473473 color. Also use rgb(71,52,115) instead hex code.
.myTextColor { color: #473473; }
<p style="color:#473473">This sample text font color is #473473.</p>
This text font color is #473473.
.myBgColor { background-color: #473473; }
<div style="background-color:#473473">Inner text</div>
This div background color is #473473.
.myBorderColor { border: 1px solid #473473; }
<div style="border:3px solid #473473">Div</div>
This div border color is #473473.
.myOpacity80 { color: #473473; opacity: 0.8; }
<p style="color:#473473;opacity:0.8;">80%</p>
Text with #473473 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473473;}
<p style="text-shadow: 3px 3px 1px #473473">Text here.</p>
This text has shadow with #473473 color.
.textShadow {text-shadow: 3px 3px 1px #473473', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473473, 5px 5px 20px red">Text here.</p>
This text has shadow with #473473 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473473, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473473, Direction=45, Strength=4)">Text</p>
This text has shadow with #473473 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473473;
-webkit-box-shadow: 1px 1px 3px 2px #473473;
box-shadow: 1px 1px 3px 2px #473473;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473473; -webkit-box-shadow: 1px 1px 3px 2px #473473; box-shadow:1px 1px 3px 2px #473473;">
Div content here
</div>
This text has color #473473 on black background.
This text has color #473473 on white background.
This text has black color on #473473 background.
This text has white color on #473473 background.
Complementary color for #hex is #B8CB8C.