Shades of Blue Gem #482599
Tints of Blue Gem #482599
RGB
CMYK
RGB Variations
Color information
#482599 (or 0x482599) is known color: Blue Gem. HEX triplet: 48, 25 and 99. RGB value is (72,37,153). Sum of RGB (Red+Green+Blue) = 72+37+153=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #482599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482599 is #B7DA66. Grayscale: #3C3C3C. Windows color (decimal): -12048999 or 10036552. OLE color: 10036552.
HSL color Cylindrical-coordinate representation of color #482599: hue angle of 258.1º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482599 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 37 | 153 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.4 |
| HSL | 258.1º | 0.61% | 0.37% | - |
| HSV(B) | 258.1º | 0.76% | 0.6% | - |
| XYZ | 9.08 | 5 | 30.62 | - |
| YUV | 60.69 | 180.1 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 153 | 0.53 | 0.76 | 0 | 0.4 | 258.1 | 0.61 | 0.37 |
| Hex | 48 | 25 | 99 | 35 | 4C | 0 | 28 | 102 | 3D | 25 |
| Octal | 110 | 45 | 231 | 65 | 114 | 0 | 50 | 402 | 75 | 45 |
| Binary | 1001000 | 100101 | 10011001 | 110101 | 1001100 | 0 | 101000 | 100000010 | 111101 | 100101 |
Color Harmonies of #482599
Complementary color
Monochromatic Colors of #482599
Black with #482599
Text Example
Text Example
White with #482599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482599; }
p { color: rgb(72,37,153); }
H1.HeaderClassName
{
color: #482599;
}
.AnyTagClassName
{
color: #482599;
}
</style>
background-color css
<style>
a { background-color: #482599; }
a { background-color: rgb(72,37,153); }
div.DivClassName
{
background-color: #482599;
}
.BgClassName
{
background-color: #482599;
}
</style>
border-color css
<style>
span { border-color: #482599; }
span { border-color: rgb(72,37,153); }
td.TdClassName
{
border-color: #482599;
}
.TagClassName
{
border-color: #482599;
}
</style>