Shades of Blue Gem #49209A
Tints of Blue Gem #49209A
RGB
CMYK
RGB Variations
Color information
#49209A (or 0x49209A) is known color: Blue Gem. HEX triplet: 49, 20 and 9A. RGB value is (73,32,154). Sum of RGB (Red+Green+Blue) = 73+32+154=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #49209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49209A is #B6DF65. Grayscale: #393939. Windows color (decimal): -11984742 or 10100809. OLE color: 10100809.
HSL color Cylindrical-coordinate representation of color #49209A: hue angle of 260.16º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49209A is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 32 | 154 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.40 |
| HSL | 260.16º | 0.66% | 0.36% | - |
| HSV(B) | 260.16º | 0.79% | 0.6% | - |
| XYZ | 9.1 | 4.78 | 31.02 | - |
| YUV | 58.17 | 182.08 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 154 | 0.53 | 0.79 | 0 | 0.40 | 260.16 | 0.66 | 0.36 |
| Hex | 49 | 20 | 9A | 35 | 4F | 0 | 28 | 104 | 42 | 24 |
| Octal | 111 | 40 | 232 | 65 | 117 | 0 | 50 | 404 | 102 | 44 |
| Binary | 1001001 | 100000 | 10011010 | 110101 | 1001111 | 0 | 101000 | 100000100 | 1000010 | 100100 |
Color Harmonies of #49209A
Complementary color
Monochromatic Colors of #49209A
Black with #49209A
Text Example
Text Example
White with #49209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49209A; }
p { color: rgb(73,32,154); }
H1.HeaderClassName
{
color: #49209A;
}
.AnyTagClassName
{
color: #49209A;
}
</style>
background-color css
<style>
a { background-color: #49209A; }
a { background-color: rgb(73,32,154); }
div.DivClassName
{
background-color: #49209A;
}
.BgClassName
{
background-color: #49209A;
}
</style>
border-color css
<style>
span { border-color: #49209A; }
span { border-color: rgb(73,32,154); }
td.TdClassName
{
border-color: #49209A;
}
.TagClassName
{
border-color: #49209A;
}
</style>