HEX: #4829AA
RGB: (72,41,170)
#4829AA contains mainly blue color. Web safe color of #4829AA is #333399 (or #339).
#4829AA color RGB value is (72,41,170).
RGB: (72,41,170)
(28%, 16%, 67%)
R 72 of 255 = 28%
G 41 of 255 = 16%
B 170 of 255 = 67%
R + G + B ~ 37%. #4829AA is quite dark color.
R + G + B = 72 + 41 + 170 = 283 (100%)
R 72 of 283 ~ 25.44%
G 41 of 283 ~ 14.49%
B 170 of 283 ~ 60.07'%
#4829AA color CMYK value is (58,76,0,33).
CMYK: (58,76,0,33)
C58M76Y0K33 (58%, 76%, 0%, 33%)
(0.58 / 0.76 / 0.00 / 0.33)
Color #4829AA in popluar color models
48 | 29 | AA | |
---|---|---|---|
RGB | 72 | 41 | 170 |
HSL | 254° | 61.14% | 41.37% |
HSB/HSV | 254° | 75.88% | 66.67% |
CMYK | 57.65% | 75.88% | 0.00% |
33.33% |
Color #4829AA in popluar number systems.
HEX | 48 | 29 | AA |
Decimal | 72 | 41 | 170 |
Binary | 1001000 | 101001 | 10101010 |
Octal | 110 | 51 | 252 |
Shades of #4829AA
Tints of #4829AA
Examples of css and html codes for elements with #4829AA color. Also use rgb(72,41,170) instead hex code.
.myTextColor { color: #4829AA; }
<p style="color:#4829AA">This sample text font color is #4829AA.</p>
This text font color is #4829AA.
.myBgColor { background-color: #4829AA; }
<div style="background-color:#4829AA">Inner text</div>
This div background color is #4829AA.
.myBorderColor { border: 1px solid #4829AA; }
<div style="border:3px solid #4829AA">Div</div>
This div border color is #4829AA.
.myOpacity80 { color: #4829AA; opacity: 0.8; }
<p style="color:#4829AA;opacity:0.8;">80%</p>
Text with #4829AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4829AA;}
<p style="text-shadow: 3px 3px 1px #4829AA">Text here.</p>
This text has shadow with #4829AA color.
.textShadow {text-shadow: 3px 3px 1px #4829AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4829AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #4829AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4829AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4829AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #4829AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4829AA;
-webkit-box-shadow: 1px 1px 3px 2px #4829AA;
box-shadow: 1px 1px 3px 2px #4829AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4829AA; -webkit-box-shadow: 1px 1px 3px 2px #4829AA; box-shadow:1px 1px 3px 2px #4829AA;">
Div content here
</div>
This text has color #4829AA on black background.
This text has color #4829AA on white background.
This text has black color on #4829AA background.
This text has white color on #4829AA background.
Complementary color for #hex is #B7D655.