Shades of Blue Gem #48288E
Tints of Blue Gem #48288E
RGB
CMYK
RGB Variations
Color information
#48288E (or 0x48288E) is known color: Blue Gem. HEX triplet: 48, 28 and 8E. RGB value is (72,40,142). Sum of RGB (Red+Green+Blue) = 72+40+142=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #48288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48288E is #B7D771. Grayscale: #3C3C3C. Windows color (decimal): -12048242 or 9316424. OLE color: 9316424.
HSL color Cylindrical-coordinate representation of color #48288E: hue angle of 258.82º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48288E is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 40 | 142 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.44 |
| HSL | 258.82º | 0.56% | 0.36% | - |
| HSV(B) | 258.82º | 0.72% | 0.56% | - |
| XYZ | 8.31 | 4.85 | 26.09 | - |
| YUV | 61.2 | 173.6 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 142 | 0.49 | 0.72 | 0 | 0.44 | 258.82 | 0.56 | 0.36 |
| Hex | 48 | 28 | 8E | 31 | 48 | 0 | 2C | 103 | 38 | 24 |
| Octal | 110 | 50 | 216 | 61 | 110 | 0 | 54 | 403 | 70 | 44 |
| Binary | 1001000 | 101000 | 10001110 | 110001 | 1001000 | 0 | 101100 | 100000011 | 111000 | 100100 |
Color Harmonies of #48288E
Complementary color
Monochromatic Colors of #48288E
Black with #48288E
Text Example
Text Example
White with #48288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48288E; }
p { color: rgb(72,40,142); }
H1.HeaderClassName
{
color: #48288E;
}
.AnyTagClassName
{
color: #48288E;
}
</style>
background-color css
<style>
a { background-color: #48288E; }
a { background-color: rgb(72,40,142); }
div.DivClassName
{
background-color: #48288E;
}
.BgClassName
{
background-color: #48288E;
}
</style>
border-color css
<style>
span { border-color: #48288E; }
span { border-color: rgb(72,40,142); }
td.TdClassName
{
border-color: #48288E;
}
.TagClassName
{
border-color: #48288E;
}
</style>