Shades of Blue Gem #49398B
Tints of Blue Gem #49398B
RGB
CMYK
RGB Variations
Color information
#49398B (or 0x49398B) is known color: Blue Gem. HEX triplet: 49, 39 and 8B. RGB value is (73,57,139). Sum of RGB (Red+Green+Blue) = 73+57+139=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #49398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49398B is #B6C674. Grayscale: #464646. Windows color (decimal): -11978357 or 9124169. OLE color: 9124169.
HSL color Cylindrical-coordinate representation of color #49398B: hue angle of 251.71º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49398B is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 57 | 139 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.45 |
| HSL | 251.71º | 0.42% | 0.38% | - |
| HSV(B) | 251.71º | 0.59% | 0.55% | - |
| XYZ | 8.87 | 6.21 | 25.16 | - |
| YUV | 71.13 | 166.3 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 139 | 0.47 | 0.59 | 0 | 0.45 | 251.71 | 0.42 | 0.38 |
| Hex | 49 | 39 | 8B | 2F | 3B | 0 | 2D | FC | 2A | 26 |
| Octal | 111 | 71 | 213 | 57 | 73 | 0 | 55 | 374 | 52 | 46 |
| Binary | 1001001 | 111001 | 10001011 | 101111 | 111011 | 0 | 101101 | 11111100 | 101010 | 100110 |
Color Harmonies of #49398B
Complementary color
Monochromatic Colors of #49398B
Black with #49398B
Text Example
Text Example
White with #49398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49398B; }
p { color: rgb(73,57,139); }
H1.HeaderClassName
{
color: #49398B;
}
.AnyTagClassName
{
color: #49398B;
}
</style>
background-color css
<style>
a { background-color: #49398B; }
a { background-color: rgb(73,57,139); }
div.DivClassName
{
background-color: #49398B;
}
.BgClassName
{
background-color: #49398B;
}
</style>
border-color css
<style>
span { border-color: #49398B; }
span { border-color: rgb(73,57,139); }
td.TdClassName
{
border-color: #49398B;
}
.TagClassName
{
border-color: #49398B;
}
</style>