Shades of Blue Gem #49289E
Tints of Blue Gem #49289E
RGB
CMYK
RGB Variations
Color information
#49289E (or 0x49289E) is known color: Blue Gem. HEX triplet: 49, 28 and 9E. RGB value is (73,40,158). Sum of RGB (Red+Green+Blue) = 73+40+158=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #49289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49289E is #B6D761. Grayscale: #3E3E3E. Windows color (decimal): -11982690 or 10365001. OLE color: 10365001.
HSL color Cylindrical-coordinate representation of color #49289E: hue angle of 256.78º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49289E is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 40 | 158 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.38 |
| HSL | 256.78º | 0.6% | 0.39% | - |
| HSV(B) | 256.78º | 0.75% | 0.62% | - |
| XYZ | 9.68 | 5.4 | 32.88 | - |
| YUV | 63.32 | 181.43 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 158 | 0.54 | 0.75 | 0 | 0.38 | 256.78 | 0.6 | 0.39 |
| Hex | 49 | 28 | 9E | 36 | 4B | 0 | 26 | 101 | 3C | 27 |
| Octal | 111 | 50 | 236 | 66 | 113 | 0 | 46 | 401 | 74 | 47 |
| Binary | 1001001 | 101000 | 10011110 | 110110 | 1001011 | 0 | 100110 | 100000001 | 111100 | 100111 |
Color Harmonies of #49289E
Complementary color
Monochromatic Colors of #49289E
Black with #49289E
Text Example
Text Example
White with #49289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49289E; }
p { color: rgb(73,40,158); }
H1.HeaderClassName
{
color: #49289E;
}
.AnyTagClassName
{
color: #49289E;
}
</style>
background-color css
<style>
a { background-color: #49289E; }
a { background-color: rgb(73,40,158); }
div.DivClassName
{
background-color: #49289E;
}
.BgClassName
{
background-color: #49289E;
}
</style>
border-color css
<style>
span { border-color: #49289E; }
span { border-color: rgb(73,40,158); }
td.TdClassName
{
border-color: #49289E;
}
.TagClassName
{
border-color: #49289E;
}
</style>