Shades of Blue Gem #48209C
Tints of Blue Gem #48209C
RGB
CMYK
RGB Variations
Color information
#48209C (or 0x48209C) is known color: Blue Gem. HEX triplet: 48, 20 and 9C. RGB value is (72,32,156). Sum of RGB (Red+Green+Blue) = 72+32+156=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #48209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48209C is #B7DF63. Grayscale: #393939. Windows color (decimal): -12050276 or 10231880. OLE color: 10231880.
HSL color Cylindrical-coordinate representation of color #48209C: hue angle of 259.35º degrees, saturation: 0.66, 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 #48209C is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 32 | 156 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.39 |
| HSL | 259.35º | 0.66% | 0.37% | - |
| HSV(B) | 259.35º | 0.79% | 0.61% | - |
| XYZ | 9.19 | 4.81 | 31.9 | - |
| YUV | 58.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 156 | 0.54 | 0.79 | 0 | 0.39 | 259.35 | 0.66 | 0.37 |
| Hex | 48 | 20 | 9C | 36 | 4F | 0 | 27 | 103 | 42 | 25 |
| Octal | 110 | 40 | 234 | 66 | 117 | 0 | 47 | 403 | 102 | 45 |
| Binary | 1001000 | 100000 | 10011100 | 110110 | 1001111 | 0 | 100111 | 100000011 | 1000010 | 100101 |
Color Harmonies of #48209C
Complementary color
Monochromatic Colors of #48209C
Black with #48209C
Text Example
Text Example
White with #48209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48209C; }
p { color: rgb(72,32,156); }
H1.HeaderClassName
{
color: #48209C;
}
.AnyTagClassName
{
color: #48209C;
}
</style>
background-color css
<style>
a { background-color: #48209C; }
a { background-color: rgb(72,32,156); }
div.DivClassName
{
background-color: #48209C;
}
.BgClassName
{
background-color: #48209C;
}
</style>
border-color css
<style>
span { border-color: #48209C; }
span { border-color: rgb(72,32,156); }
td.TdClassName
{
border-color: #48209C;
}
.TagClassName
{
border-color: #48209C;
}
</style>