Shades of Blue Gem #48209E
Tints of Blue Gem #48209E
RGB
CMYK
RGB Variations
Color information
#48209E (or 0x48209E) is known color: Blue Gem. HEX triplet: 48, 20 and 9E. RGB value is (72,32,158). Sum of RGB (Red+Green+Blue) = 72+32+158=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #48209E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48209E is #B7DF61. Grayscale: #393939. Windows color (decimal): -12050274 or 10362952. OLE color: 10362952.
HSL color Cylindrical-coordinate representation of color #48209E: hue angle of 259.05º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48209E is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 32 | 158 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.38 |
| HSL | 259.05º | 0.66% | 0.37% | - |
| HSV(B) | 259.05º | 0.8% | 0.62% | - |
| XYZ | 9.36 | 4.88 | 32.8 | - |
| YUV | 58.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 158 | 0.54 | 0.80 | 0 | 0.38 | 259.05 | 0.66 | 0.37 |
| Hex | 48 | 20 | 9E | 36 | 50 | 0 | 26 | 103 | 42 | 25 |
| Octal | 110 | 40 | 236 | 66 | 120 | 0 | 46 | 403 | 102 | 45 |
| Binary | 1001000 | 100000 | 10011110 | 110110 | 1010000 | 0 | 100110 | 100000011 | 1000010 | 100101 |
Color Harmonies of #48209E
Complementary color
Monochromatic Colors of #48209E
Black with #48209E
Text Example
Text Example
White with #48209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48209E; }
p { color: rgb(72,32,158); }
H1.HeaderClassName
{
color: #48209E;
}
.AnyTagClassName
{
color: #48209E;
}
</style>
background-color css
<style>
a { background-color: #48209E; }
a { background-color: rgb(72,32,158); }
div.DivClassName
{
background-color: #48209E;
}
.BgClassName
{
background-color: #48209E;
}
</style>
border-color css
<style>
span { border-color: #48209E; }
span { border-color: rgb(72,32,158); }
td.TdClassName
{
border-color: #48209E;
}
.TagClassName
{
border-color: #48209E;
}
</style>