Shades of Blue Gem #49298D
Tints of Blue Gem #49298D
RGB
CMYK
RGB Variations
Color information
#49298D (or 0x49298D) is known color: Blue Gem. HEX triplet: 49, 29 and 8D. RGB value is (73,41,141). Sum of RGB (Red+Green+Blue) = 73+41+141=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #49298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49298D is #B6D672. Grayscale: #3D3D3D. Windows color (decimal): -11982451 or 9251145. OLE color: 9251145.
HSL color Cylindrical-coordinate representation of color #49298D: hue angle of 259.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49298D is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 41 | 141 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.45 |
| HSL | 259.2º | 0.55% | 0.36% | - |
| HSV(B) | 259.2º | 0.71% | 0.55% | - |
| XYZ | 8.35 | 4.93 | 25.71 | - |
| YUV | 61.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 141 | 0.48 | 0.71 | 0 | 0.45 | 259.2 | 0.55 | 0.36 |
| Hex | 49 | 29 | 8D | 30 | 47 | 0 | 2D | 103 | 37 | 24 |
| Octal | 111 | 51 | 215 | 60 | 107 | 0 | 55 | 403 | 67 | 44 |
| Binary | 1001001 | 101001 | 10001101 | 110000 | 1000111 | 0 | 101101 | 100000011 | 110111 | 100100 |
Color Harmonies of #49298D
Complementary color
Monochromatic Colors of #49298D
Black with #49298D
Text Example
Text Example
White with #49298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49298D; }
p { color: rgb(73,41,141); }
H1.HeaderClassName
{
color: #49298D;
}
.AnyTagClassName
{
color: #49298D;
}
</style>
background-color css
<style>
a { background-color: #49298D; }
a { background-color: rgb(73,41,141); }
div.DivClassName
{
background-color: #49298D;
}
.BgClassName
{
background-color: #49298D;
}
</style>
border-color css
<style>
span { border-color: #49298D; }
span { border-color: rgb(73,41,141); }
td.TdClassName
{
border-color: #49298D;
}
.TagClassName
{
border-color: #49298D;
}
</style>