Shades of Blue Gem #4828AB
Tints of Blue Gem #4828AB
RGB
CMYK
RGB Variations
Color information
#4828AB (or 0x4828AB) is known color: Blue Gem. HEX triplet: 48, 28 and AB. RGB value is (72,40,171). Sum of RGB (Red+Green+Blue) = 72+40+171=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #4828AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4828AB is #B7D754. Grayscale: #404040. Windows color (decimal): -12048213 or 11216968. OLE color: 11216968.
HSL color Cylindrical-coordinate representation of color #4828AB: hue angle of 254.66º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4828AB is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 40 | 171 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.33 |
| HSL | 254.66º | 0.62% | 0.41% | - |
| HSV(B) | 254.66º | 0.77% | 0.67% | - |
| XYZ | 10.78 | 5.84 | 39.09 | - |
| YUV | 64.5 | 188.1 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 171 | 0.58 | 0.77 | 0 | 0.33 | 254.66 | 0.62 | 0.41 |
| Hex | 48 | 28 | AB | 3A | 4D | 0 | 21 | FF | 3E | 29 |
| Octal | 110 | 50 | 253 | 72 | 115 | 0 | 41 | 377 | 76 | 51 |
| Binary | 1001000 | 101000 | 10101011 | 111010 | 1001101 | 0 | 100001 | 11111111 | 111110 | 101001 |
Color Harmonies of #4828AB
Complementary color
Monochromatic Colors of #4828AB
Black with #4828AB
Text Example
Text Example
White with #4828AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4828AB; }
p { color: rgb(72,40,171); }
H1.HeaderClassName
{
color: #4828AB;
}
.AnyTagClassName
{
color: #4828AB;
}
</style>
background-color css
<style>
a { background-color: #4828AB; }
a { background-color: rgb(72,40,171); }
div.DivClassName
{
background-color: #4828AB;
}
.BgClassName
{
background-color: #4828AB;
}
</style>
border-color css
<style>
span { border-color: #4828AB; }
span { border-color: rgb(72,40,171); }
td.TdClassName
{
border-color: #4828AB;
}
.TagClassName
{
border-color: #4828AB;
}
</style>