Shades of Blue Gem #49349B
Tints of Blue Gem #49349B
RGB
CMYK
RGB Variations
Color information
#49349B (or 0x49349B) is known color: Blue Gem. HEX triplet: 49, 34 and 9B. RGB value is (73,52,155). Sum of RGB (Red+Green+Blue) = 73+52+155=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #49349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49349B is #B6CB64. Grayscale: #454545. Windows color (decimal): -11979621 or 10171465. OLE color: 10171465.
HSL color Cylindrical-coordinate representation of color #49349B: hue angle of 252.23º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49349B is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 52 | 155 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.39 |
| HSL | 252.23º | 0.5% | 0.41% | - |
| HSV(B) | 252.23º | 0.66% | 0.61% | - |
| XYZ | 9.89 | 6.24 | 31.69 | - |
| YUV | 70.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 155 | 0.53 | 0.66 | 0 | 0.39 | 252.23 | 0.5 | 0.41 |
| Hex | 49 | 34 | 9B | 35 | 42 | 0 | 27 | FC | 32 | 29 |
| Octal | 111 | 64 | 233 | 65 | 102 | 0 | 47 | 374 | 62 | 51 |
| Binary | 1001001 | 110100 | 10011011 | 110101 | 1000010 | 0 | 100111 | 11111100 | 110010 | 101001 |
Color Harmonies of #49349B
Complementary color
Monochromatic Colors of #49349B
Black with #49349B
Text Example
Text Example
White with #49349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49349B; }
p { color: rgb(73,52,155); }
H1.HeaderClassName
{
color: #49349B;
}
.AnyTagClassName
{
color: #49349B;
}
</style>
background-color css
<style>
a { background-color: #49349B; }
a { background-color: rgb(73,52,155); }
div.DivClassName
{
background-color: #49349B;
}
.BgClassName
{
background-color: #49349B;
}
</style>
border-color css
<style>
span { border-color: #49349B; }
span { border-color: rgb(73,52,155); }
td.TdClassName
{
border-color: #49349B;
}
.TagClassName
{
border-color: #49349B;
}
</style>