HEX: #473783
RGB: (71,55,131)
#473783 contains mainly blue color. Web safe color of #473783 is #333399 (or #339).
#473783 color RGB value is (71,55,131).
RGB: (71,55,131)
(28%, 22%, 51%)
R 71 of 255 = 28%
G 55 of 255 = 22%
B 131 of 255 = 51%
R + G + B ~ 34%. #473783 is quite dark color.
R + G + B = 71 + 55 + 131 = 257 (100%)
R 71 of 257 ~ 27.63%
G 55 of 257 ~ 21.4%
B 131 of 257 ~ 50.97'%
#473783 color CMYK value is (46,58,0,49).
CMYK: (46,58,0,49) C46M58Y0K49 (46%,58%,0%,49%) (0.46/0.58/0.00/0.49)
Color #473783 in popluar color models
47 | 37 | 83 | |
---|---|---|---|
RGB | 71 | 55 | 131 |
HSL | 253° | 40.86% | 36.47% |
HSB/HSV | 253° | 58.02% | 51.37% |
CMYK | 45.80% | 58.02% | 0.00% |
48.63% |
Color #473783 in popluar number systems.
HEX | 47 | 37 | 83 |
Decimal | 71 | 55 | 131 |
Binary | 1000111 | 110111 | 10000011 |
Octal | 107 | 67 | 203 |
Shades of #473783
Tints of #473783
Examples of css and html codes for elements with #473783 color. Also use rgb(71,55,131) instead hex code.
.myTextColor { color: #473783; }
<p style="color:#473783">This sample text font color is #473783.</p>
This text font color is #473783.
.myBgColor { background-color: #473783; }
<div style="background-color:#473783">Inner text</div>
This div background color is #473783.
.myBorderColor { border: 1px solid #473783; }
<div style="border:3px solid #473783">Div</div>
This div border color is #473783.
.myOpacity80 { color: #473783; opacity: 0.8; }
<p style="color:#473783;opacity:0.8;">80%</p>
Text with #473783 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473783;}
<p style="text-shadow: 3px 3px 1px #473783">Text here.</p>
This text has shadow with #473783 color.
.textShadow {text-shadow: 3px 3px 1px #473783', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473783, 5px 5px 20px red">Text here.</p>
This text has shadow with #473783 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473783, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473783, Direction=45, Strength=4)">Text</p>
This text has shadow with #473783 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473783;
-webkit-box-shadow: 1px 1px 3px 2px #473783;
box-shadow: 1px 1px 3px 2px #473783;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473783; -webkit-box-shadow: 1px 1px 3px 2px #473783; box-shadow:1px 1px 3px 2px #473783;">
Div content here
</div>
This text has color #473783 on black background.
This text has color #473783 on white background.
This text has black color on #473783 background.
This text has white color on #473783 background.
Complementary color for #hex is #B8C87C.