Shades of Blue Gem #4828AA
Tints of Blue Gem #4828AA
RGB
CMYK
RGB Variations
Color information
#4828AA (or 0x4828AA) is known color: Blue Gem. HEX triplet: 48, 28 and AA. RGB value is (72,40,170). Sum of RGB (Red+Green+Blue) = 72+40+170=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #4828AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4828AA is #B7D755. Grayscale: #3F3F3F. Windows color (decimal): -12048214 or 11151432. OLE color: 11151432.
HSL color Cylindrical-coordinate representation of color #4828AA: hue angle of 254.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4828AA is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 40 | 170 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.33 |
| HSL | 254.77º | 0.62% | 0.41% | - |
| HSV(B) | 254.77º | 0.76% | 0.67% | - |
| XYZ | 10.69 | 5.8 | 38.59 | - |
| YUV | 64.39 | 187.6 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 170 | 0.58 | 0.76 | 0 | 0.33 | 254.77 | 0.62 | 0.41 |
| Hex | 48 | 28 | AA | 3A | 4C | 0 | 21 | FF | 3E | 29 |
| Octal | 110 | 50 | 252 | 72 | 114 | 0 | 41 | 377 | 76 | 51 |
| Binary | 1001000 | 101000 | 10101010 | 111010 | 1001100 | 0 | 100001 | 11111111 | 111110 | 101001 |
Color Harmonies of #4828AA
Complementary color
Monochromatic Colors of #4828AA
Black with #4828AA
Text Example
Text Example
White with #4828AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4828AA; }
p { color: rgb(72,40,170); }
H1.HeaderClassName
{
color: #4828AA;
}
.AnyTagClassName
{
color: #4828AA;
}
</style>
background-color css
<style>
a { background-color: #4828AA; }
a { background-color: rgb(72,40,170); }
div.DivClassName
{
background-color: #4828AA;
}
.BgClassName
{
background-color: #4828AA;
}
</style>
border-color css
<style>
span { border-color: #4828AA; }
span { border-color: rgb(72,40,170); }
td.TdClassName
{
border-color: #4828AA;
}
.TagClassName
{
border-color: #4828AA;
}
</style>