HEX: #482272
RGB: (72,34,114)
#482272 contains mainly red and blue colors. Web safe color of #482272 is #333366 (or #336).
#482272 color RGB value is (72,34,114).
RGB: (72,34,114) (28%,13%,45%)
R 72 of 255 = 28%
G 34 of 255 = 13%
B 114 of 255 = 45%
R + G + B ~ 29%. #482272 is quite dark color.
R + G + B =
72 + 34 + 114 = 220 (100%)
R 72 of 220 ~ 32.73%
G 34 of 220 ~ 15.45%
B 114 of 220 ~ 51.82%
#482272 color CMYK value is (37,70,0,55).
CMYK: (37,70,0,55) C37M70Y0K55 (37%,70%,0%,55%) (0.37/0.70/0.00/0.55)
48 | 22 | 72 | |
---|---|---|---|
RGB | 72 | 34 | 114 |
HSL | 269° | 54.05% | 29.02% |
HSB/HSV | 269° | 70.18% | 44.71% |
CMYK | 36.84% | 70.18% | 0.00% |
55.29% |
HEX | 48 | 22 | 72 |
Decimal | 72 | 34 | 114 |
Binary | 1001000 | 100010 | 1110010 |
Octal | 110 | 42 | 162 |
Examples of css and html codes for elements with #482272 color. Also use rgb(72,34,114) instead hex code.
.myTextColor { color: #482272; }
<p style="color:#482272">This sample text font color is #482272.</p>
This text font color is #482272.
.myBgColor { background-color: #482272; }
<div style="background-color:#482272">Inner text</div>
This div background color is #482272.
.myBorderColor { border: 1px solid #482272; }
<div style="border:3px solid #482272">Div</div>
This div border color is #482272.
.myOpacity80 { color: #482272; opacity: 0.8; }
<p style="color:#482272;opacity:0.8;">80%</p>
Text with #482272 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #482272;}
<p style="text-shadow: 3px 3px 1px #482272">Text here.</p>
This text has shadow with #482272 color.
.textShadow {text-shadow: 3px 3px 1px #482272, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #482272, 5px 5px 20px red">Text here.</p>
This text has shadow with #482272 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#482272, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#482272, Direction=45, Strength=4)">Text</p>
This text has shadow with #482272 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #482272; -webkit-box-shadow: 1px 1px 3px 2px #482272; box-shadow: 1px 1px 3px 2px #482272; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #482272; -webkit-box-shadow: 1px 1px 3px 2px #482272; box-shadow:1px 1px 3px 2px #482272;">
Div content here</div>
This text has color #482272 on black background.
This text has color #482272 on white background.
This text has black color on #482272 background.
This text has white color on #482272 background.