Shades of Blue Gem #49318C
Tints of Blue Gem #49318C
RGB
CMYK
RGB Variations
Color information
#49318C (or 0x49318C) is known color: Blue Gem. HEX triplet: 49, 31 and 8C. RGB value is (73,49,140). Sum of RGB (Red+Green+Blue) = 73+49+140=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #49318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49318C is #B6CE73. Grayscale: #424242. Windows color (decimal): -11980404 or 9187657. OLE color: 9187657.
HSL color Cylindrical-coordinate representation of color #49318C: hue angle of 255.82º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49318C is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 49 | 140 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.45 |
| HSL | 255.82º | 0.48% | 0.37% | - |
| HSV(B) | 255.82º | 0.65% | 0.55% | - |
| XYZ | 8.58 | 5.51 | 25.42 | - |
| YUV | 66.55 | 169.45 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 140 | 0.48 | 0.65 | 0 | 0.45 | 255.82 | 0.48 | 0.37 |
| Hex | 49 | 31 | 8C | 30 | 41 | 0 | 2D | 100 | 30 | 25 |
| Octal | 111 | 61 | 214 | 60 | 101 | 0 | 55 | 400 | 60 | 45 |
| Binary | 1001001 | 110001 | 10001100 | 110000 | 1000001 | 0 | 101101 | 100000000 | 110000 | 100101 |
Color Harmonies of #49318C
Complementary color
Monochromatic Colors of #49318C
Black with #49318C
Text Example
Text Example
White with #49318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49318C; }
p { color: rgb(73,49,140); }
H1.HeaderClassName
{
color: #49318C;
}
.AnyTagClassName
{
color: #49318C;
}
</style>
background-color css
<style>
a { background-color: #49318C; }
a { background-color: rgb(73,49,140); }
div.DivClassName
{
background-color: #49318C;
}
.BgClassName
{
background-color: #49318C;
}
</style>
border-color css
<style>
span { border-color: #49318C; }
span { border-color: rgb(73,49,140); }
td.TdClassName
{
border-color: #49318C;
}
.TagClassName
{
border-color: #49318C;
}
</style>