HEX: #471294
RGB: (71,18,148)
#471294 contains mainly blue color. Web safe color of #471294 is #330099 (or #309).
#471294 color RGB value is (71,18,148).
RGB: (71,18,148) (28%,7%,58%)
R 71 of 255 = 28%
G 18 of 255 = 7%
B 148 of 255 = 58%
R + G + B ~ 31%. #471294 is quite dark color.
R + G + B =
71 + 18 + 148 = 237 (100%)
R 71 of 237 ~ 29.96%
G 18 of 237 ~ 7.59%
B 148 of 237 ~ 62.45%
#471294 color CMYK value is (52,88,0,42).
CMYK: (52,88,0,42) C52M88Y0K42 (52%,88%,0%,42%) (0.52/0.88/0.00/0.42)
47 | 12 | 94 | |
---|---|---|---|
RGB | 71 | 18 | 148 |
HSL | 264° | 78.31% | 32.55% |
HSB/HSV | 264° | 87.84% | 58.04% |
CMYK | 52.03% | 87.84% | 0.00% |
41.96% |
HEX | 47 | 12 | 94 |
Decimal | 71 | 18 | 148 |
Binary | 1000111 | 10010 | 10010100 |
Octal | 107 | 22 | 224 |
Examples of css and html codes for elements with #471294 color. Also use rgb(71,18,148) instead hex code.
.myTextColor { color: #471294; }
<p style="color:#471294">This sample text font color is #471294.</p>
This text font color is #471294.
.myBgColor { background-color: #471294; }
<div style="background-color:#471294">Inner text</div>
This div background color is #471294.
.myBorderColor { border: 1px solid #471294; }
<div style="border:3px solid #471294">Div</div>
This div border color is #471294.
.myOpacity80 { color: #471294; opacity: 0.8; }
<p style="color:#471294;opacity:0.8;">80%</p>
Text with #471294 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471294;}
<p style="text-shadow: 3px 3px 1px #471294">Text here.</p>
This text has shadow with #471294 color.
.textShadow {text-shadow: 3px 3px 1px #471294, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471294, 5px 5px 20px red">Text here.</p>
This text has shadow with #471294 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471294, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471294, Direction=45, Strength=4)">Text</p>
This text has shadow with #471294 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #471294; -webkit-box-shadow: 1px 1px 3px 2px #471294; box-shadow: 1px 1px 3px 2px #471294; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #471294; -webkit-box-shadow: 1px 1px 3px 2px #471294; box-shadow:1px 1px 3px 2px #471294;">
Div content here</div>
This text has color #471294 on black background.
This text has color #471294 on white background.
This text has black color on #471294 background.
This text has white color on #471294 background.