Shades of Blue Gem #49409E
Tints of Blue Gem #49409E
RGB
CMYK
RGB Variations
Color information
#49409E (or 0x49409E) is known color: Blue Gem. HEX triplet: 49, 40 and 9E. RGB value is (73,64,158). Sum of RGB (Red+Green+Blue) = 73+64+158=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #49409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49409E is #B6BF61. Grayscale: #4D4D4D. Windows color (decimal): -11976546 or 10371145. OLE color: 10371145.
HSL color Cylindrical-coordinate representation of color #49409E: hue angle of 245.74º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49409E is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 64 | 158 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.38 |
| HSL | 245.74º | 0.42% | 0.44% | - |
| HSV(B) | 245.74º | 0.59% | 0.62% | - |
| XYZ | 10.75 | 7.55 | 33.24 | - |
| YUV | 77.41 | 173.48 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 158 | 0.54 | 0.59 | 0 | 0.38 | 245.74 | 0.42 | 0.44 |
| Hex | 49 | 40 | 9E | 36 | 3B | 0 | 26 | F6 | 2A | 2C |
| Octal | 111 | 100 | 236 | 66 | 73 | 0 | 46 | 366 | 52 | 54 |
| Binary | 1001001 | 1000000 | 10011110 | 110110 | 111011 | 0 | 100110 | 11110110 | 101010 | 101100 |
Color Harmonies of #49409E
Complementary color
Monochromatic Colors of #49409E
Black with #49409E
Text Example
Text Example
White with #49409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49409E; }
p { color: rgb(73,64,158); }
H1.HeaderClassName
{
color: #49409E;
}
.AnyTagClassName
{
color: #49409E;
}
</style>
background-color css
<style>
a { background-color: #49409E; }
a { background-color: rgb(73,64,158); }
div.DivClassName
{
background-color: #49409E;
}
.BgClassName
{
background-color: #49409E;
}
</style>
border-color css
<style>
span { border-color: #49409E; }
span { border-color: rgb(73,64,158); }
td.TdClassName
{
border-color: #49409E;
}
.TagClassName
{
border-color: #49409E;
}
</style>