Shades of Blue Gem #48199F
Tints of Blue Gem #48199F
RGB
CMYK
RGB Variations
Color information
#48199F (or 0x48199F) is known color: Blue Gem. HEX triplet: 48, 19 and 9F. RGB value is (72,25,159). Sum of RGB (Red+Green+Blue) = 72+25+159=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #48199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48199F is #B7E660. Grayscale: #353535. Windows color (decimal): -12052065 or 10426696. OLE color: 10426696.
HSL color Cylindrical-coordinate representation of color #48199F: hue angle of 261.04º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48199F is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 25 | 159 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.38 |
| HSL | 261.04º | 0.73% | 0.36% | - |
| HSV(B) | 261.04º | 0.84% | 0.62% | - |
| XYZ | 9.28 | 4.58 | 33.2 | - |
| YUV | 54.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 159 | 0.55 | 0.84 | 0 | 0.38 | 261.04 | 0.73 | 0.36 |
| Hex | 48 | 19 | 9F | 37 | 54 | 0 | 26 | 105 | 49 | 24 |
| Octal | 110 | 31 | 237 | 67 | 124 | 0 | 46 | 405 | 111 | 44 |
| Binary | 1001000 | 11001 | 10011111 | 110111 | 1010100 | 0 | 100110 | 100000101 | 1001001 | 100100 |
Color Harmonies of #48199F
Complementary color
Monochromatic Colors of #48199F
Black with #48199F
Text Example
Text Example
White with #48199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48199F; }
p { color: rgb(72,25,159); }
H1.HeaderClassName
{
color: #48199F;
}
.AnyTagClassName
{
color: #48199F;
}
</style>
background-color css
<style>
a { background-color: #48199F; }
a { background-color: rgb(72,25,159); }
div.DivClassName
{
background-color: #48199F;
}
.BgClassName
{
background-color: #48199F;
}
</style>
border-color css
<style>
span { border-color: #48199F; }
span { border-color: rgb(72,25,159); }
td.TdClassName
{
border-color: #48199F;
}
.TagClassName
{
border-color: #48199F;
}
</style>