Shades of Blue Gem #49259A
Tints of Blue Gem #49259A
RGB
CMYK
RGB Variations
Color information
#49259A (or 0x49259A) is known color: Blue Gem. HEX triplet: 49, 25 and 9A. RGB value is (73,37,154). Sum of RGB (Red+Green+Blue) = 73+37+154=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #49259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49259A is #B6DA65. Grayscale: #3C3C3C. Windows color (decimal): -11983462 or 10102089. OLE color: 10102089.
HSL color Cylindrical-coordinate representation of color #49259A: hue angle of 258.46º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49259A is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 37 | 154 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.40 |
| HSL | 258.46º | 0.61% | 0.37% | - |
| HSV(B) | 258.46º | 0.76% | 0.6% | - |
| XYZ | 9.24 | 5.07 | 31.06 | - |
| YUV | 61.1 | 180.43 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 154 | 0.53 | 0.76 | 0 | 0.40 | 258.46 | 0.61 | 0.37 |
| Hex | 49 | 25 | 9A | 35 | 4C | 0 | 28 | 102 | 3D | 25 |
| Octal | 111 | 45 | 232 | 65 | 114 | 0 | 50 | 402 | 75 | 45 |
| Binary | 1001001 | 100101 | 10011010 | 110101 | 1001100 | 0 | 101000 | 100000010 | 111101 | 100101 |
Color Harmonies of #49259A
Complementary color
Monochromatic Colors of #49259A
Black with #49259A
Text Example
Text Example
White with #49259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49259A; }
p { color: rgb(73,37,154); }
H1.HeaderClassName
{
color: #49259A;
}
.AnyTagClassName
{
color: #49259A;
}
</style>
background-color css
<style>
a { background-color: #49259A; }
a { background-color: rgb(73,37,154); }
div.DivClassName
{
background-color: #49259A;
}
.BgClassName
{
background-color: #49259A;
}
</style>
border-color css
<style>
span { border-color: #49259A; }
span { border-color: rgb(73,37,154); }
td.TdClassName
{
border-color: #49259A;
}
.TagClassName
{
border-color: #49259A;
}
</style>