HEX: #473185
RGB: (71,49,133)
#473185 contains mainly blue color. Web safe color of #473185 is #333399 (or #339).
#473185 color RGB value is (71,49,133).
RGB: (71,49,133)
(28%, 19%, 52%)
R 71 of 255 = 28%
G 49 of 255 = 19%
B 133 of 255 = 52%
R + G + B ~ 33%. #473185 is quite dark color.
R + G + B = 71 + 49 + 133 = 253 (100%)
R 71 of 253 ~ 28.06%
G 49 of 253 ~ 19.37%
B 133 of 253 ~ 52.57'%
#473185 color CMYK value is (47,63,0,48).
CMYK: (47,63,0,48)
C47M63Y0K48 (47%, 63%, 0%, 48%)
(0.47 / 0.63 / 0.00 / 0.48)
Color #473185 in popluar color models
47 | 31 | 85 | |
---|---|---|---|
RGB | 71 | 49 | 133 |
HSL | 256° | 46.15% | 35.69% |
HSB/HSV | 256° | 63.16% | 52.16% |
CMYK | 46.62% | 63.16% | 0.00% |
47.84% |
Color #473185 in popluar number systems.
HEX | 47 | 31 | 85 |
Decimal | 71 | 49 | 133 |
Binary | 1000111 | 110001 | 10000101 |
Octal | 107 | 61 | 205 |
Shades of #473185
Tints of #473185
Examples of css and html codes for elements with #473185 color. Also use rgb(71,49,133) instead hex code.
.myTextColor { color: #473185; }
<p style="color:#473185">This sample text font color is #473185.</p>
This text font color is #473185.
.myBgColor { background-color: #473185; }
<div style="background-color:#473185">Inner text</div>
This div background color is #473185.
.myBorderColor { border: 1px solid #473185; }
<div style="border:3px solid #473185">Div</div>
This div border color is #473185.
.myOpacity80 { color: #473185; opacity: 0.8; }
<p style="color:#473185;opacity:0.8;">80%</p>
Text with #473185 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473185;}
<p style="text-shadow: 3px 3px 1px #473185">Text here.</p>
This text has shadow with #473185 color.
.textShadow {text-shadow: 3px 3px 1px #473185', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473185, 5px 5px 20px red">Text here.</p>
This text has shadow with #473185 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473185, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473185, Direction=45, Strength=4)">Text</p>
This text has shadow with #473185 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473185;
-webkit-box-shadow: 1px 1px 3px 2px #473185;
box-shadow: 1px 1px 3px 2px #473185;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473185; -webkit-box-shadow: 1px 1px 3px 2px #473185; box-shadow:1px 1px 3px 2px #473185;">
Div content here
</div>
This text has color #473185 on black background.
This text has color #473185 on white background.
This text has black color on #473185 background.
This text has white color on #473185 background.
Complementary color for #hex is #B8CE7A.