Shades of Blue Gem #48299E
Tints of Blue Gem #48299E
RGB
CMYK
RGB Variations
Color information
#48299E (or 0x48299E) is known color: Blue Gem. HEX triplet: 48, 29 and 9E. RGB value is (72,41,158). Sum of RGB (Red+Green+Blue) = 72+41+158=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #48299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48299E is #B7D661. Grayscale: #3F3F3F. Windows color (decimal): -12047970 or 10365256. OLE color: 10365256.
HSL color Cylindrical-coordinate representation of color #48299E: hue angle of 255.9º 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 #48299E is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 41 | 158 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.38 |
| HSL | 255.9º | 0.59% | 0.39% | - |
| HSV(B) | 255.9º | 0.74% | 0.62% | - |
| XYZ | 9.64 | 5.43 | 32.89 | - |
| YUV | 63.61 | 181.27 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 158 | 0.54 | 0.74 | 0 | 0.38 | 255.9 | 0.59 | 0.39 |
| Hex | 48 | 29 | 9E | 36 | 4A | 0 | 26 | 100 | 3B | 27 |
| Octal | 110 | 51 | 236 | 66 | 112 | 0 | 46 | 400 | 73 | 47 |
| Binary | 1001000 | 101001 | 10011110 | 110110 | 1001010 | 0 | 100110 | 100000000 | 111011 | 100111 |
Color Harmonies of #48299E
Complementary color
Monochromatic Colors of #48299E
Black with #48299E
Text Example
Text Example
White with #48299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48299E; }
p { color: rgb(72,41,158); }
H1.HeaderClassName
{
color: #48299E;
}
.AnyTagClassName
{
color: #48299E;
}
</style>
background-color css
<style>
a { background-color: #48299E; }
a { background-color: rgb(72,41,158); }
div.DivClassName
{
background-color: #48299E;
}
.BgClassName
{
background-color: #48299E;
}
</style>
border-color css
<style>
span { border-color: #48299E; }
span { border-color: rgb(72,41,158); }
td.TdClassName
{
border-color: #48299E;
}
.TagClassName
{
border-color: #48299E;
}
</style>