Shades of Blue Gem #49319F
Tints of Blue Gem #49319F
RGB
CMYK
RGB Variations
Color information
#49319F (or 0x49319F) is known color: Blue Gem. HEX triplet: 49, 31 and 9F. RGB value is (73,49,159). Sum of RGB (Red+Green+Blue) = 73+49+159=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #49319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49319F is #B6CE60. Grayscale: #444444. Windows color (decimal): -11980385 or 10432841. OLE color: 10432841.
HSL color Cylindrical-coordinate representation of color #49319F: hue angle of 253.09º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49319F is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 49 | 159 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.38 |
| HSL | 253.09º | 0.53% | 0.41% | - |
| HSV(B) | 253.09º | 0.69% | 0.62% | - |
| XYZ | 10.1 | 6.12 | 33.45 | - |
| YUV | 68.72 | 178.95 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 159 | 0.54 | 0.69 | 0 | 0.38 | 253.09 | 0.53 | 0.41 |
| Hex | 49 | 31 | 9F | 36 | 45 | 0 | 26 | FD | 35 | 29 |
| Octal | 111 | 61 | 237 | 66 | 105 | 0 | 46 | 375 | 65 | 51 |
| Binary | 1001001 | 110001 | 10011111 | 110110 | 1000101 | 0 | 100110 | 11111101 | 110101 | 101001 |
Color Harmonies of #49319F
Complementary color
Monochromatic Colors of #49319F
Black with #49319F
Text Example
Text Example
White with #49319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49319F; }
p { color: rgb(73,49,159); }
H1.HeaderClassName
{
color: #49319F;
}
.AnyTagClassName
{
color: #49319F;
}
</style>
background-color css
<style>
a { background-color: #49319F; }
a { background-color: rgb(73,49,159); }
div.DivClassName
{
background-color: #49319F;
}
.BgClassName
{
background-color: #49319F;
}
</style>
border-color css
<style>
span { border-color: #49319F; }
span { border-color: rgb(73,49,159); }
td.TdClassName
{
border-color: #49319F;
}
.TagClassName
{
border-color: #49319F;
}
</style>