Shades of Blue Gem #49369D
Tints of Blue Gem #49369D
RGB
CMYK
RGB Variations
Color information
#49369D (or 0x49369D) is known color: Blue Gem. HEX triplet: 49, 36 and 9D. RGB value is (73,54,157). Sum of RGB (Red+Green+Blue) = 73+54+157=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #49369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49369D is #B6C962. Grayscale: #474747. Windows color (decimal): -11979107 or 10303049. OLE color: 10303049.
HSL color Cylindrical-coordinate representation of color #49369D: hue angle of 251.07º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49369D is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 54 | 157 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.38 |
| HSL | 251.07º | 0.49% | 0.41% | - |
| HSV(B) | 251.07º | 0.66% | 0.62% | - |
| XYZ | 10.15 | 6.49 | 32.62 | - |
| YUV | 71.42 | 176.29 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 157 | 0.54 | 0.66 | 0 | 0.38 | 251.07 | 0.49 | 0.41 |
| Hex | 49 | 36 | 9D | 36 | 42 | 0 | 26 | FB | 31 | 29 |
| Octal | 111 | 66 | 235 | 66 | 102 | 0 | 46 | 373 | 61 | 51 |
| Binary | 1001001 | 110110 | 10011101 | 110110 | 1000010 | 0 | 100110 | 11111011 | 110001 | 101001 |
Color Harmonies of #49369D
Complementary color
Monochromatic Colors of #49369D
Black with #49369D
Text Example
Text Example
White with #49369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49369D; }
p { color: rgb(73,54,157); }
H1.HeaderClassName
{
color: #49369D;
}
.AnyTagClassName
{
color: #49369D;
}
</style>
background-color css
<style>
a { background-color: #49369D; }
a { background-color: rgb(73,54,157); }
div.DivClassName
{
background-color: #49369D;
}
.BgClassName
{
background-color: #49369D;
}
</style>
border-color css
<style>
span { border-color: #49369D; }
span { border-color: rgb(73,54,157); }
td.TdClassName
{
border-color: #49369D;
}
.TagClassName
{
border-color: #49369D;
}
</style>