Shades of Blue Gem #48319C
Tints of Blue Gem #48319C
RGB
CMYK
RGB Variations
Color information
#48319C (or 0x48319C) is known color: Blue Gem. HEX triplet: 48, 31 and 9C. RGB value is (72,49,156). Sum of RGB (Red+Green+Blue) = 72+49+156=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #48319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48319C is #B7CE63. Grayscale: #434343. Windows color (decimal): -12045924 or 10236232. OLE color: 10236232.
HSL color Cylindrical-coordinate representation of color #48319C: hue angle of 252.9º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48319C is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 49 | 156 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.39 |
| HSL | 252.9º | 0.52% | 0.4% | - |
| HSV(B) | 252.9º | 0.69% | 0.61% | - |
| XYZ | 9.77 | 5.97 | 32.09 | - |
| YUV | 68.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 156 | 0.54 | 0.69 | 0 | 0.39 | 252.9 | 0.52 | 0.4 |
| Hex | 48 | 31 | 9C | 36 | 45 | 0 | 27 | FD | 34 | 28 |
| Octal | 110 | 61 | 234 | 66 | 105 | 0 | 47 | 375 | 64 | 50 |
| Binary | 1001000 | 110001 | 10011100 | 110110 | 1000101 | 0 | 100111 | 11111101 | 110100 | 101000 |
Color Harmonies of #48319C
Complementary color
Monochromatic Colors of #48319C
Black with #48319C
Text Example
Text Example
White with #48319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48319C; }
p { color: rgb(72,49,156); }
H1.HeaderClassName
{
color: #48319C;
}
.AnyTagClassName
{
color: #48319C;
}
</style>
background-color css
<style>
a { background-color: #48319C; }
a { background-color: rgb(72,49,156); }
div.DivClassName
{
background-color: #48319C;
}
.BgClassName
{
background-color: #48319C;
}
</style>
border-color css
<style>
span { border-color: #48319C; }
span { border-color: rgb(72,49,156); }
td.TdClassName
{
border-color: #48319C;
}
.TagClassName
{
border-color: #48319C;
}
</style>