Shades of Blue Gem #49219D
Tints of Blue Gem #49219D
RGB
CMYK
RGB Variations
Color information
#49219D (or 0x49219D) is known color: Blue Gem. HEX triplet: 49, 21 and 9D. RGB value is (73,33,157). Sum of RGB (Red+Green+Blue) = 73+33+157=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #49219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49219D is #B6DE62. Grayscale: #3A3A3A. Windows color (decimal): -11984483 or 10297673. OLE color: 10297673.
HSL color Cylindrical-coordinate representation of color #49219D: hue angle of 259.35º 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 #49219D is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 33 | 157 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.38 |
| HSL | 259.35º | 0.65% | 0.37% | - |
| HSV(B) | 259.35º | 0.79% | 0.62% | - |
| XYZ | 9.38 | 4.94 | 32.36 | - |
| YUV | 59.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 157 | 0.54 | 0.79 | 0 | 0.38 | 259.35 | 0.65 | 0.37 |
| Hex | 49 | 21 | 9D | 36 | 4F | 0 | 26 | 103 | 41 | 25 |
| Octal | 111 | 41 | 235 | 66 | 117 | 0 | 46 | 403 | 101 | 45 |
| Binary | 1001001 | 100001 | 10011101 | 110110 | 1001111 | 0 | 100110 | 100000011 | 1000001 | 100101 |
Color Harmonies of #49219D
Complementary color
Monochromatic Colors of #49219D
Black with #49219D
Text Example
Text Example
White with #49219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49219D; }
p { color: rgb(73,33,157); }
H1.HeaderClassName
{
color: #49219D;
}
.AnyTagClassName
{
color: #49219D;
}
</style>
background-color css
<style>
a { background-color: #49219D; }
a { background-color: rgb(73,33,157); }
div.DivClassName
{
background-color: #49219D;
}
.BgClassName
{
background-color: #49219D;
}
</style>
border-color css
<style>
span { border-color: #49219D; }
span { border-color: rgb(73,33,157); }
td.TdClassName
{
border-color: #49219D;
}
.TagClassName
{
border-color: #49219D;
}
</style>