Shades of Blue Gem #49249F
Tints of Blue Gem #49249F
RGB
CMYK
RGB Variations
Color information
#49249F (or 0x49249F) is known color: Blue Gem. HEX triplet: 49, 24 and 9F. RGB value is (73,36,159). Sum of RGB (Red+Green+Blue) = 73+36+159=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #49249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49249F is #B6DB60. Grayscale: #3C3C3C. Windows color (decimal): -11983713 or 10429513. OLE color: 10429513.
HSL color Cylindrical-coordinate representation of color #49249F: hue angle of 258.05º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49249F is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 36 | 159 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.38 |
| HSL | 258.05º | 0.63% | 0.38% | - |
| HSV(B) | 258.05º | 0.77% | 0.62% | - |
| XYZ | 9.64 | 5.18 | 33.29 | - |
| YUV | 61.09 | 183.26 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 159 | 0.54 | 0.77 | 0 | 0.38 | 258.05 | 0.63 | 0.38 |
| Hex | 49 | 24 | 9F | 36 | 4D | 0 | 26 | 102 | 3F | 26 |
| Octal | 111 | 44 | 237 | 66 | 115 | 0 | 46 | 402 | 77 | 46 |
| Binary | 1001001 | 100100 | 10011111 | 110110 | 1001101 | 0 | 100110 | 100000010 | 111111 | 100110 |
Color Harmonies of #49249F
Complementary color
Monochromatic Colors of #49249F
Black with #49249F
Text Example
Text Example
White with #49249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49249F; }
p { color: rgb(73,36,159); }
H1.HeaderClassName
{
color: #49249F;
}
.AnyTagClassName
{
color: #49249F;
}
</style>
background-color css
<style>
a { background-color: #49249F; }
a { background-color: rgb(73,36,159); }
div.DivClassName
{
background-color: #49249F;
}
.BgClassName
{
background-color: #49249F;
}
</style>
border-color css
<style>
span { border-color: #49249F; }
span { border-color: rgb(73,36,159); }
td.TdClassName
{
border-color: #49249F;
}
.TagClassName
{
border-color: #49249F;
}
</style>