Shades of Blue Gem #49259F
Tints of Blue Gem #49259F
RGB
CMYK
RGB Variations
Color information
#49259F (or 0x49259F) is known color: Blue Gem. HEX triplet: 49, 25 and 9F. RGB value is (73,37,159). Sum of RGB (Red+Green+Blue) = 73+37+159=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #49259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49259F is #B6DA60. Grayscale: #3D3D3D. Windows color (decimal): -11983457 or 10429769. OLE color: 10429769.
HSL color Cylindrical-coordinate representation of color #49259F: hue angle of 257.7º degrees, saturation: 0.62, 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 #49259F is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 37 | 159 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.38 |
| HSL | 257.7º | 0.62% | 0.38% | - |
| HSV(B) | 257.7º | 0.77% | 0.62% | - |
| XYZ | 9.67 | 5.24 | 33.3 | - |
| YUV | 61.67 | 182.93 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 159 | 0.54 | 0.77 | 0 | 0.38 | 257.7 | 0.62 | 0.38 |
| Hex | 49 | 25 | 9F | 36 | 4D | 0 | 26 | 102 | 3E | 26 |
| Octal | 111 | 45 | 237 | 66 | 115 | 0 | 46 | 402 | 76 | 46 |
| Binary | 1001001 | 100101 | 10011111 | 110110 | 1001101 | 0 | 100110 | 100000010 | 111110 | 100110 |
Color Harmonies of #49259F
Complementary color
Monochromatic Colors of #49259F
Black with #49259F
Text Example
Text Example
White with #49259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49259F; }
p { color: rgb(73,37,159); }
H1.HeaderClassName
{
color: #49259F;
}
.AnyTagClassName
{
color: #49259F;
}
</style>
background-color css
<style>
a { background-color: #49259F; }
a { background-color: rgb(73,37,159); }
div.DivClassName
{
background-color: #49259F;
}
.BgClassName
{
background-color: #49259F;
}
</style>
border-color css
<style>
span { border-color: #49259F; }
span { border-color: rgb(73,37,159); }
td.TdClassName
{
border-color: #49259F;
}
.TagClassName
{
border-color: #49259F;
}
</style>