Shades of Blue Gem #48299F
Tints of Blue Gem #48299F
RGB
CMYK
RGB Variations
Color information
#48299F (or 0x48299F) is known color: Blue Gem. HEX triplet: 48, 29 and 9F. RGB value is (72,41,159). Sum of RGB (Red+Green+Blue) = 72+41+159=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #48299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48299F is #B7D660. Grayscale: #3F3F3F. Windows color (decimal): -12047969 or 10430792. OLE color: 10430792.
HSL color Cylindrical-coordinate representation of color #48299F: hue angle of 255.76º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48299F is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 41 | 159 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.38 |
| HSL | 255.76º | 0.59% | 0.39% | - |
| HSV(B) | 255.76º | 0.74% | 0.62% | - |
| XYZ | 9.72 | 5.47 | 33.34 | - |
| YUV | 63.72 | 181.77 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 159 | 0.55 | 0.74 | 0 | 0.38 | 255.76 | 0.59 | 0.39 |
| Hex | 48 | 29 | 9F | 37 | 4A | 0 | 26 | 100 | 3B | 27 |
| Octal | 110 | 51 | 237 | 67 | 112 | 0 | 46 | 400 | 73 | 47 |
| Binary | 1001000 | 101001 | 10011111 | 110111 | 1001010 | 0 | 100110 | 100000000 | 111011 | 100111 |
Color Harmonies of #48299F
Complementary color
Monochromatic Colors of #48299F
Black with #48299F
Text Example
Text Example
White with #48299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48299F; }
p { color: rgb(72,41,159); }
H1.HeaderClassName
{
color: #48299F;
}
.AnyTagClassName
{
color: #48299F;
}
</style>
background-color css
<style>
a { background-color: #48299F; }
a { background-color: rgb(72,41,159); }
div.DivClassName
{
background-color: #48299F;
}
.BgClassName
{
background-color: #48299F;
}
</style>
border-color css
<style>
span { border-color: #48299F; }
span { border-color: rgb(72,41,159); }
td.TdClassName
{
border-color: #48299F;
}
.TagClassName
{
border-color: #48299F;
}
</style>