Shades of Blue Gem #49419E
Tints of Blue Gem #49419E
RGB
CMYK
RGB Variations
Color information
#49419E (or 0x49419E) is known color: Blue Gem. HEX triplet: 49, 41 and 9E. RGB value is (73,65,158). Sum of RGB (Red+Green+Blue) = 73+65+158=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #49419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49419E is #B6BE61. Grayscale: #4D4D4D. Windows color (decimal): -11976290 or 10371401. OLE color: 10371401.
HSL color Cylindrical-coordinate representation of color #49419E: hue angle of 245.16º 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 #49419E is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 65 | 158 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.38 |
| HSL | 245.16º | 0.42% | 0.44% | - |
| HSV(B) | 245.16º | 0.59% | 0.62% | - |
| XYZ | 10.81 | 7.67 | 33.26 | - |
| YUV | 77.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 158 | 0.54 | 0.59 | 0 | 0.38 | 245.16 | 0.42 | 0.44 |
| Hex | 49 | 41 | 9E | 36 | 3B | 0 | 26 | F5 | 2A | 2C |
| Octal | 111 | 101 | 236 | 66 | 73 | 0 | 46 | 365 | 52 | 54 |
| Binary | 1001001 | 1000001 | 10011110 | 110110 | 111011 | 0 | 100110 | 11110101 | 101010 | 101100 |
Color Harmonies of #49419E
Complementary color
Monochromatic Colors of #49419E
Black with #49419E
Text Example
Text Example
White with #49419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49419E; }
p { color: rgb(73,65,158); }
H1.HeaderClassName
{
color: #49419E;
}
.AnyTagClassName
{
color: #49419E;
}
</style>
background-color css
<style>
a { background-color: #49419E; }
a { background-color: rgb(73,65,158); }
div.DivClassName
{
background-color: #49419E;
}
.BgClassName
{
background-color: #49419E;
}
</style>
border-color css
<style>
span { border-color: #49419E; }
span { border-color: rgb(73,65,158); }
td.TdClassName
{
border-color: #49419E;
}
.TagClassName
{
border-color: #49419E;
}
</style>