Shades of Blue Gem #49269A
Tints of Blue Gem #49269A
RGB
CMYK
RGB Variations
Color information
#49269A (or 0x49269A) is known color: Blue Gem. HEX triplet: 49, 26 and 9A. RGB value is (73,38,154). Sum of RGB (Red+Green+Blue) = 73+38+154=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #49269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49269A is #B6D965. Grayscale: #3D3D3D. Windows color (decimal): -11983206 or 10102345. OLE color: 10102345.
HSL color Cylindrical-coordinate representation of color #49269A: hue angle of 258.1º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49269A is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 38 | 154 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.40 |
| HSL | 258.1º | 0.6% | 0.38% | - |
| HSV(B) | 258.1º | 0.75% | 0.6% | - |
| XYZ | 9.27 | 5.14 | 31.07 | - |
| YUV | 61.69 | 180.1 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 154 | 0.53 | 0.75 | 0 | 0.40 | 258.1 | 0.6 | 0.38 |
| Hex | 49 | 26 | 9A | 35 | 4B | 0 | 28 | 102 | 3C | 26 |
| Octal | 111 | 46 | 232 | 65 | 113 | 0 | 50 | 402 | 74 | 46 |
| Binary | 1001001 | 100110 | 10011010 | 110101 | 1001011 | 0 | 101000 | 100000010 | 111100 | 100110 |
Color Harmonies of #49269A
Complementary color
Monochromatic Colors of #49269A
Black with #49269A
Text Example
Text Example
White with #49269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49269A; }
p { color: rgb(73,38,154); }
H1.HeaderClassName
{
color: #49269A;
}
.AnyTagClassName
{
color: #49269A;
}
</style>
background-color css
<style>
a { background-color: #49269A; }
a { background-color: rgb(73,38,154); }
div.DivClassName
{
background-color: #49269A;
}
.BgClassName
{
background-color: #49269A;
}
</style>
border-color css
<style>
span { border-color: #49269A; }
span { border-color: rgb(73,38,154); }
td.TdClassName
{
border-color: #49269A;
}
.TagClassName
{
border-color: #49269A;
}
</style>