Shades of Blue Gem #482497
Tints of Blue Gem #482497
RGB
CMYK
RGB Variations
Color information
#482497 (or 0x482497) is known color: Blue Gem. HEX triplet: 48, 24 and 97. RGB value is (72,36,151). Sum of RGB (Red+Green+Blue) = 72+36+151=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #482497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482497 is #B7DB68. Grayscale: #3B3B3B. Windows color (decimal): -12049257 or 9905224. OLE color: 9905224.
HSL color Cylindrical-coordinate representation of color #482497: hue angle of 258.78º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482497 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 36 | 151 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.41 |
| HSL | 258.78º | 0.61% | 0.37% | - |
| HSV(B) | 258.78º | 0.76% | 0.59% | - |
| XYZ | 8.89 | 4.87 | 29.75 | - |
| YUV | 59.87 | 179.43 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 151 | 0.52 | 0.76 | 0 | 0.41 | 258.78 | 0.61 | 0.37 |
| Hex | 48 | 24 | 97 | 34 | 4C | 0 | 29 | 103 | 3D | 25 |
| Octal | 110 | 44 | 227 | 64 | 114 | 0 | 51 | 403 | 75 | 45 |
| Binary | 1001000 | 100100 | 10010111 | 110100 | 1001100 | 0 | 101001 | 100000011 | 111101 | 100101 |
Color Harmonies of #482497
Complementary color
Monochromatic Colors of #482497
Black with #482497
Text Example
Text Example
White with #482497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482497; }
p { color: rgb(72,36,151); }
H1.HeaderClassName
{
color: #482497;
}
.AnyTagClassName
{
color: #482497;
}
</style>
background-color css
<style>
a { background-color: #482497; }
a { background-color: rgb(72,36,151); }
div.DivClassName
{
background-color: #482497;
}
.BgClassName
{
background-color: #482497;
}
</style>
border-color css
<style>
span { border-color: #482497; }
span { border-color: rgb(72,36,151); }
td.TdClassName
{
border-color: #482497;
}
.TagClassName
{
border-color: #482497;
}
</style>