Shades of Blue Gem #482495
Tints of Blue Gem #482495
RGB
CMYK
RGB Variations
Color information
#482495 (or 0x482495) is known color: Blue Gem. HEX triplet: 48, 24 and 95. RGB value is (72,36,149). Sum of RGB (Red+Green+Blue) = 72+36+149=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #482495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482495 is #B7DB6A. Grayscale: #3B3B3B. Windows color (decimal): -12049259 or 9774152. OLE color: 9774152.
HSL color Cylindrical-coordinate representation of color #482495: hue angle of 259.12º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482495 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 36 | 149 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.42 |
| HSL | 259.12º | 0.61% | 0.36% | - |
| HSV(B) | 259.12º | 0.76% | 0.58% | - |
| XYZ | 8.73 | 4.81 | 28.9 | - |
| YUV | 59.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 149 | 0.52 | 0.76 | 0 | 0.42 | 259.12 | 0.61 | 0.36 |
| Hex | 48 | 24 | 95 | 34 | 4C | 0 | 2A | 103 | 3D | 24 |
| Octal | 110 | 44 | 225 | 64 | 114 | 0 | 52 | 403 | 75 | 44 |
| Binary | 1001000 | 100100 | 10010101 | 110100 | 1001100 | 0 | 101010 | 100000011 | 111101 | 100100 |
Color Harmonies of #482495
Complementary color
Monochromatic Colors of #482495
Black with #482495
Text Example
Text Example
White with #482495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482495; }
p { color: rgb(72,36,149); }
H1.HeaderClassName
{
color: #482495;
}
.AnyTagClassName
{
color: #482495;
}
</style>
background-color css
<style>
a { background-color: #482495; }
a { background-color: rgb(72,36,149); }
div.DivClassName
{
background-color: #482495;
}
.BgClassName
{
background-color: #482495;
}
</style>
border-color css
<style>
span { border-color: #482495; }
span { border-color: rgb(72,36,149); }
td.TdClassName
{
border-color: #482495;
}
.TagClassName
{
border-color: #482495;
}
</style>