Shades of Blue Gem #4829AA
Tints of Blue Gem #4829AA
RGB
CMYK
RGB Variations
Color information
#4829AA (or 0x4829AA) is known color: Blue Gem. HEX triplet: 48, 29 and AA. RGB value is (72,41,170). Sum of RGB (Red+Green+Blue) = 72+41+170=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #4829AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4829AA is #B7D655. Grayscale: #404040. Windows color (decimal): -12047958 or 11151688. OLE color: 11151688.
HSL color Cylindrical-coordinate representation of color #4829AA: hue angle of 254.42º degrees, saturation: 0.61, 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 #4829AA is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 41 | 170 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.33 |
| HSL | 254.42º | 0.61% | 0.41% | - |
| HSV(B) | 254.42º | 0.76% | 0.67% | - |
| XYZ | 10.72 | 5.87 | 38.6 | - |
| YUV | 64.98 | 187.27 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 170 | 0.58 | 0.76 | 0 | 0.33 | 254.42 | 0.61 | 0.41 |
| Hex | 48 | 29 | AA | 3A | 4C | 0 | 21 | FE | 3D | 29 |
| Octal | 110 | 51 | 252 | 72 | 114 | 0 | 41 | 376 | 75 | 51 |
| Binary | 1001000 | 101001 | 10101010 | 111010 | 1001100 | 0 | 100001 | 11111110 | 111101 | 101001 |
Color Harmonies of #4829AA
Complementary color
Monochromatic Colors of #4829AA
Black with #4829AA
Text Example
Text Example
White with #4829AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4829AA; }
p { color: rgb(72,41,170); }
H1.HeaderClassName
{
color: #4829AA;
}
.AnyTagClassName
{
color: #4829AA;
}
</style>
background-color css
<style>
a { background-color: #4829AA; }
a { background-color: rgb(72,41,170); }
div.DivClassName
{
background-color: #4829AA;
}
.BgClassName
{
background-color: #4829AA;
}
</style>
border-color css
<style>
span { border-color: #4829AA; }
span { border-color: rgb(72,41,170); }
td.TdClassName
{
border-color: #4829AA;
}
.TagClassName
{
border-color: #4829AA;
}
</style>