Shades of Blue Gem #4829AB
Tints of Blue Gem #4829AB
RGB
CMYK
RGB Variations
Color information
#4829AB (or 0x4829AB) is known color: Blue Gem. HEX triplet: 48, 29 and AB. RGB value is (72,41,171). Sum of RGB (Red+Green+Blue) = 72+41+171=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #4829AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4829AB is #B7D654. Grayscale: #404040. Windows color (decimal): -12047957 or 11217224. OLE color: 11217224.
HSL color Cylindrical-coordinate representation of color #4829AB: hue angle of 254.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4829AB is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 41 | 171 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.33 |
| HSL | 254.31º | 0.61% | 0.42% | - |
| HSV(B) | 254.31º | 0.76% | 0.67% | - |
| XYZ | 10.82 | 5.9 | 39.1 | - |
| YUV | 65.09 | 187.77 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 171 | 0.58 | 0.76 | 0 | 0.33 | 254.31 | 0.61 | 0.42 |
| Hex | 48 | 29 | AB | 3A | 4C | 0 | 21 | FE | 3D | 2A |
| Octal | 110 | 51 | 253 | 72 | 114 | 0 | 41 | 376 | 75 | 52 |
| Binary | 1001000 | 101001 | 10101011 | 111010 | 1001100 | 0 | 100001 | 11111110 | 111101 | 101010 |
Color Harmonies of #4829AB
Complementary color
Monochromatic Colors of #4829AB
Black with #4829AB
Text Example
Text Example
White with #4829AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4829AB; }
p { color: rgb(72,41,171); }
H1.HeaderClassName
{
color: #4829AB;
}
.AnyTagClassName
{
color: #4829AB;
}
</style>
background-color css
<style>
a { background-color: #4829AB; }
a { background-color: rgb(72,41,171); }
div.DivClassName
{
background-color: #4829AB;
}
.BgClassName
{
background-color: #4829AB;
}
</style>
border-color css
<style>
span { border-color: #4829AB; }
span { border-color: rgb(72,41,171); }
td.TdClassName
{
border-color: #4829AB;
}
.TagClassName
{
border-color: #4829AB;
}
</style>