Shades of Blue Gem #48199E
Tints of Blue Gem #48199E
RGB
CMYK
RGB Variations
Color information
#48199E (or 0x48199E) is known color: Blue Gem. HEX triplet: 48, 19 and 9E. RGB value is (72,25,158). Sum of RGB (Red+Green+Blue) = 72+25+158=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #48199E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48199E is #B7E661. Grayscale: #353535. Windows color (decimal): -12052066 or 10361160. OLE color: 10361160.
HSL color Cylindrical-coordinate representation of color #48199E: hue angle of 261.2º 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 #48199E is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 25 | 158 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.38 |
| HSL | 261.2º | 0.73% | 0.36% | - |
| HSV(B) | 261.2º | 0.84% | 0.62% | - |
| XYZ | 9.19 | 4.54 | 32.74 | - |
| YUV | 54.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 158 | 0.54 | 0.84 | 0 | 0.38 | 261.2 | 0.73 | 0.36 |
| Hex | 48 | 19 | 9E | 36 | 54 | 0 | 26 | 105 | 49 | 24 |
| Octal | 110 | 31 | 236 | 66 | 124 | 0 | 46 | 405 | 111 | 44 |
| Binary | 1001000 | 11001 | 10011110 | 110110 | 1010100 | 0 | 100110 | 100000101 | 1001001 | 100100 |
Color Harmonies of #48199E
Complementary color
Monochromatic Colors of #48199E
Black with #48199E
Text Example
Text Example
White with #48199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48199E; }
p { color: rgb(72,25,158); }
H1.HeaderClassName
{
color: #48199E;
}
.AnyTagClassName
{
color: #48199E;
}
</style>
background-color css
<style>
a { background-color: #48199E; }
a { background-color: rgb(72,25,158); }
div.DivClassName
{
background-color: #48199E;
}
.BgClassName
{
background-color: #48199E;
}
</style>
border-color css
<style>
span { border-color: #48199E; }
span { border-color: rgb(72,25,158); }
td.TdClassName
{
border-color: #48199E;
}
.TagClassName
{
border-color: #48199E;
}
</style>