Shades of Blue Gem #482493
Tints of Blue Gem #482493
RGB
CMYK
RGB Variations
Color information
#482493 (or 0x482493) is known color: Blue Gem. HEX triplet: 48, 24 and 93. RGB value is (72,36,147). Sum of RGB (Red+Green+Blue) = 72+36+147=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #482493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482493 is #B7DB6C. Grayscale: #3B3B3B. Windows color (decimal): -12049261 or 9643080. OLE color: 9643080.
HSL color Cylindrical-coordinate representation of color #482493: hue angle of 259.46º 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 #482493 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 36 | 147 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.42 |
| HSL | 259.46º | 0.61% | 0.36% | - |
| HSV(B) | 259.46º | 0.76% | 0.58% | - |
| XYZ | 8.57 | 4.75 | 28.07 | - |
| YUV | 59.42 | 177.43 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 147 | 0.51 | 0.76 | 0 | 0.42 | 259.46 | 0.61 | 0.36 |
| Hex | 48 | 24 | 93 | 33 | 4C | 0 | 2A | 103 | 3D | 24 |
| Octal | 110 | 44 | 223 | 63 | 114 | 0 | 52 | 403 | 75 | 44 |
| Binary | 1001000 | 100100 | 10010011 | 110011 | 1001100 | 0 | 101010 | 100000011 | 111101 | 100100 |
Color Harmonies of #482493
Complementary color
Monochromatic Colors of #482493
Black with #482493
Text Example
Text Example
White with #482493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482493; }
p { color: rgb(72,36,147); }
H1.HeaderClassName
{
color: #482493;
}
.AnyTagClassName
{
color: #482493;
}
</style>
background-color css
<style>
a { background-color: #482493; }
a { background-color: rgb(72,36,147); }
div.DivClassName
{
background-color: #482493;
}
.BgClassName
{
background-color: #482493;
}
</style>
border-color css
<style>
span { border-color: #482493; }
span { border-color: rgb(72,36,147); }
td.TdClassName
{
border-color: #482493;
}
.TagClassName
{
border-color: #482493;
}
</style>