Shades of Blue Gem #49219E
Tints of Blue Gem #49219E
RGB
CMYK
RGB Variations
Color information
#49219E (or 0x49219E) is known color: Blue Gem. HEX triplet: 49, 21 and 9E. RGB value is (73,33,158). Sum of RGB (Red+Green+Blue) = 73+33+158=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #49219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49219E is #B6DE61. Grayscale: #3A3A3A. Windows color (decimal): -11984482 or 10363209. OLE color: 10363209.
HSL color Cylindrical-coordinate representation of color #49219E: hue angle of 259.2º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49219E is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 33 | 158 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.38 |
| HSL | 259.2º | 0.65% | 0.37% | - |
| HSV(B) | 259.2º | 0.79% | 0.62% | - |
| XYZ | 9.46 | 4.97 | 32.81 | - |
| YUV | 59.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 158 | 0.54 | 0.79 | 0 | 0.38 | 259.2 | 0.65 | 0.37 |
| Hex | 49 | 21 | 9E | 36 | 4F | 0 | 26 | 103 | 41 | 25 |
| Octal | 111 | 41 | 236 | 66 | 117 | 0 | 46 | 403 | 101 | 45 |
| Binary | 1001001 | 100001 | 10011110 | 110110 | 1001111 | 0 | 100110 | 100000011 | 1000001 | 100101 |
Color Harmonies of #49219E
Complementary color
Monochromatic Colors of #49219E
Black with #49219E
Text Example
Text Example
White with #49219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49219E; }
p { color: rgb(73,33,158); }
H1.HeaderClassName
{
color: #49219E;
}
.AnyTagClassName
{
color: #49219E;
}
</style>
background-color css
<style>
a { background-color: #49219E; }
a { background-color: rgb(73,33,158); }
div.DivClassName
{
background-color: #49219E;
}
.BgClassName
{
background-color: #49219E;
}
</style>
border-color css
<style>
span { border-color: #49219E; }
span { border-color: rgb(73,33,158); }
td.TdClassName
{
border-color: #49219E;
}
.TagClassName
{
border-color: #49219E;
}
</style>