Shades of Blue Gem #48299B
Tints of Blue Gem #48299B
RGB
CMYK
RGB Variations
Color information
#48299B (or 0x48299B) is known color: Blue Gem. HEX triplet: 48, 29 and 9B. RGB value is (72,41,155). Sum of RGB (Red+Green+Blue) = 72+41+155=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #48299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48299B is #B7D664. Grayscale: #3E3E3E. Windows color (decimal): -12047973 or 10168648. OLE color: 10168648.
HSL color Cylindrical-coordinate representation of color #48299B: hue angle of 256.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48299B is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 41 | 155 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.39 |
| HSL | 256.32º | 0.58% | 0.38% | - |
| HSV(B) | 256.32º | 0.74% | 0.61% | - |
| XYZ | 9.38 | 5.33 | 31.54 | - |
| YUV | 63.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 155 | 0.54 | 0.74 | 0 | 0.39 | 256.32 | 0.58 | 0.38 |
| Hex | 48 | 29 | 9B | 36 | 4A | 0 | 27 | 100 | 3A | 26 |
| Octal | 110 | 51 | 233 | 66 | 112 | 0 | 47 | 400 | 72 | 46 |
| Binary | 1001000 | 101001 | 10011011 | 110110 | 1001010 | 0 | 100111 | 100000000 | 111010 | 100110 |
Color Harmonies of #48299B
Complementary color
Monochromatic Colors of #48299B
Black with #48299B
Text Example
Text Example
White with #48299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48299B; }
p { color: rgb(72,41,155); }
H1.HeaderClassName
{
color: #48299B;
}
.AnyTagClassName
{
color: #48299B;
}
</style>
background-color css
<style>
a { background-color: #48299B; }
a { background-color: rgb(72,41,155); }
div.DivClassName
{
background-color: #48299B;
}
.BgClassName
{
background-color: #48299B;
}
</style>
border-color css
<style>
span { border-color: #48299B; }
span { border-color: rgb(72,41,155); }
td.TdClassName
{
border-color: #48299B;
}
.TagClassName
{
border-color: #48299B;
}
</style>