Shades of Blue Gem #49209C
Tints of Blue Gem #49209C
RGB
CMYK
RGB Variations
Color information
#49209C (or 0x49209C) is known color: Blue Gem. HEX triplet: 49, 20 and 9C. RGB value is (73,32,156). Sum of RGB (Red+Green+Blue) = 73+32+156=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 32 (12.89% from 255 or 12.26% 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 #49209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49209C is #B6DF63. Grayscale: #393939. Windows color (decimal): -11984740 or 10231881. OLE color: 10231881.
HSL color Cylindrical-coordinate representation of color #49209C: hue angle of 259.84º 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 #49209C is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 32 | 156 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.39 |
| HSL | 259.84º | 0.66% | 0.37% | - |
| HSV(B) | 259.84º | 0.79% | 0.61% | - |
| XYZ | 9.26 | 4.85 | 31.9 | - |
| YUV | 58.4 | 183.08 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 156 | 0.53 | 0.79 | 0 | 0.39 | 259.84 | 0.66 | 0.37 |
| Hex | 49 | 20 | 9C | 35 | 4F | 0 | 27 | 104 | 42 | 25 |
| Octal | 111 | 40 | 234 | 65 | 117 | 0 | 47 | 404 | 102 | 45 |
| Binary | 1001001 | 100000 | 10011100 | 110101 | 1001111 | 0 | 100111 | 100000100 | 1000010 | 100101 |
Color Harmonies of #49209C
Complementary color
Monochromatic Colors of #49209C
Black with #49209C
Text Example
Text Example
White with #49209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49209C; }
p { color: rgb(73,32,156); }
H1.HeaderClassName
{
color: #49209C;
}
.AnyTagClassName
{
color: #49209C;
}
</style>
background-color css
<style>
a { background-color: #49209C; }
a { background-color: rgb(73,32,156); }
div.DivClassName
{
background-color: #49209C;
}
.BgClassName
{
background-color: #49209C;
}
</style>
border-color css
<style>
span { border-color: #49209C; }
span { border-color: rgb(73,32,156); }
td.TdClassName
{
border-color: #49209C;
}
.TagClassName
{
border-color: #49209C;
}
</style>