Shades of Blue Gem #49309D
Tints of Blue Gem #49309D
RGB
CMYK
RGB Variations
Color information
#49309D (or 0x49309D) is known color: Blue Gem. HEX triplet: 49, 30 and 9D. RGB value is (73,48,157). Sum of RGB (Red+Green+Blue) = 73+48+157=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #49309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49309D is #B6CF62. Grayscale: #434343. Windows color (decimal): -11980643 or 10301513. OLE color: 10301513.
HSL color Cylindrical-coordinate representation of color #49309D: hue angle of 253.76º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49309D is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 48 | 157 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.38 |
| HSL | 253.76º | 0.53% | 0.4% | - |
| HSV(B) | 253.76º | 0.69% | 0.62% | - |
| XYZ | 9.89 | 5.96 | 32.53 | - |
| YUV | 67.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 157 | 0.54 | 0.69 | 0 | 0.38 | 253.76 | 0.53 | 0.4 |
| Hex | 49 | 30 | 9D | 36 | 45 | 0 | 26 | FE | 35 | 28 |
| Octal | 111 | 60 | 235 | 66 | 105 | 0 | 46 | 376 | 65 | 50 |
| Binary | 1001001 | 110000 | 10011101 | 110110 | 1000101 | 0 | 100110 | 11111110 | 110101 | 101000 |
Color Harmonies of #49309D
Complementary color
Monochromatic Colors of #49309D
Black with #49309D
Text Example
Text Example
White with #49309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49309D; }
p { color: rgb(73,48,157); }
H1.HeaderClassName
{
color: #49309D;
}
.AnyTagClassName
{
color: #49309D;
}
</style>
background-color css
<style>
a { background-color: #49309D; }
a { background-color: rgb(73,48,157); }
div.DivClassName
{
background-color: #49309D;
}
.BgClassName
{
background-color: #49309D;
}
</style>
border-color css
<style>
span { border-color: #49309D; }
span { border-color: rgb(73,48,157); }
td.TdClassName
{
border-color: #49309D;
}
.TagClassName
{
border-color: #49309D;
}
</style>