Shades of Blue Gem #4829A0
Tints of Blue Gem #4829A0
RGB
CMYK
RGB Variations
Color information
#4829A0 (or 0x4829A0) is known color: Blue Gem. HEX triplet: 48, 29 and A0. RGB value is (72,41,160). Sum of RGB (Red+Green+Blue) = 72+41+160=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #4829A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4829A0 is #B7D65F. Grayscale: #3F3F3F. Windows color (decimal): -12047968 or 10496328. OLE color: 10496328.
HSL color Cylindrical-coordinate representation of color #4829A0: hue angle of 255.63º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4829A0 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 41 | 160 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.37 |
| HSL | 255.63º | 0.59% | 0.39% | - |
| HSV(B) | 255.63º | 0.74% | 0.63% | - |
| XYZ | 9.81 | 5.5 | 33.8 | - |
| YUV | 63.84 | 182.27 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 160 | 0.55 | 0.74 | 0 | 0.37 | 255.63 | 0.59 | 0.39 |
| Hex | 48 | 29 | A0 | 37 | 4A | 0 | 25 | 100 | 3B | 27 |
| Octal | 110 | 51 | 240 | 67 | 112 | 0 | 45 | 400 | 73 | 47 |
| Binary | 1001000 | 101001 | 10100000 | 110111 | 1001010 | 0 | 100101 | 100000000 | 111011 | 100111 |
Color Harmonies of #4829A0
Complementary color
Monochromatic Colors of #4829A0
Black with #4829A0
Text Example
Text Example
White with #4829A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4829A0; }
p { color: rgb(72,41,160); }
H1.HeaderClassName
{
color: #4829A0;
}
.AnyTagClassName
{
color: #4829A0;
}
</style>
background-color css
<style>
a { background-color: #4829A0; }
a { background-color: rgb(72,41,160); }
div.DivClassName
{
background-color: #4829A0;
}
.BgClassName
{
background-color: #4829A0;
}
</style>
border-color css
<style>
span { border-color: #4829A0; }
span { border-color: rgb(72,41,160); }
td.TdClassName
{
border-color: #4829A0;
}
.TagClassName
{
border-color: #4829A0;
}
</style>