Shades of Blue Gem #48219C
Tints of Blue Gem #48219C
RGB
CMYK
RGB Variations
Color information
#48219C (or 0x48219C) is known color: Blue Gem. HEX triplet: 48, 21 and 9C. RGB value is (72,33,156). Sum of RGB (Red+Green+Blue) = 72+33+156=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #48219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48219C is #B7DE63. Grayscale: #3A3A3A. Windows color (decimal): -12050020 or 10232136. OLE color: 10232136.
HSL color Cylindrical-coordinate representation of color #48219C: hue angle of 259.02º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48219C is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 33 | 156 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.39 |
| HSL | 259.02º | 0.65% | 0.37% | - |
| HSV(B) | 259.02º | 0.79% | 0.61% | - |
| XYZ | 9.22 | 4.87 | 31.91 | - |
| YUV | 58.68 | 182.92 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 156 | 0.54 | 0.79 | 0 | 0.39 | 259.02 | 0.65 | 0.37 |
| Hex | 48 | 21 | 9C | 36 | 4F | 0 | 27 | 103 | 41 | 25 |
| Octal | 110 | 41 | 234 | 66 | 117 | 0 | 47 | 403 | 101 | 45 |
| Binary | 1001000 | 100001 | 10011100 | 110110 | 1001111 | 0 | 100111 | 100000011 | 1000001 | 100101 |
Color Harmonies of #48219C
Complementary color
Monochromatic Colors of #48219C
Black with #48219C
Text Example
Text Example
White with #48219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48219C; }
p { color: rgb(72,33,156); }
H1.HeaderClassName
{
color: #48219C;
}
.AnyTagClassName
{
color: #48219C;
}
</style>
background-color css
<style>
a { background-color: #48219C; }
a { background-color: rgb(72,33,156); }
div.DivClassName
{
background-color: #48219C;
}
.BgClassName
{
background-color: #48219C;
}
</style>
border-color css
<style>
span { border-color: #48219C; }
span { border-color: rgb(72,33,156); }
td.TdClassName
{
border-color: #48219C;
}
.TagClassName
{
border-color: #48219C;
}
</style>