Shades of Blue Gem #49379C
Tints of Blue Gem #49379C
RGB
CMYK
RGB Variations
Color information
#49379C (or 0x49379C) is known color: Blue Gem. HEX triplet: 49, 37 and 9C. RGB value is (73,55,156). Sum of RGB (Red+Green+Blue) = 73+55+156=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #49379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49379C is #B6C863. Grayscale: #474747. Windows color (decimal): -11978852 or 10237769. OLE color: 10237769.
HSL color Cylindrical-coordinate representation of color #49379C: hue angle of 250.69º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49379C is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 55 | 156 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.39 |
| HSL | 250.69º | 0.48% | 0.41% | - |
| HSV(B) | 250.69º | 0.65% | 0.61% | - |
| XYZ | 10.11 | 6.55 | 32.18 | - |
| YUV | 71.9 | 175.46 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 156 | 0.53 | 0.65 | 0 | 0.39 | 250.69 | 0.48 | 0.41 |
| Hex | 49 | 37 | 9C | 35 | 41 | 0 | 27 | FB | 30 | 29 |
| Octal | 111 | 67 | 234 | 65 | 101 | 0 | 47 | 373 | 60 | 51 |
| Binary | 1001001 | 110111 | 10011100 | 110101 | 1000001 | 0 | 100111 | 11111011 | 110000 | 101001 |
Color Harmonies of #49379C
Complementary color
Monochromatic Colors of #49379C
Black with #49379C
Text Example
Text Example
White with #49379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49379C; }
p { color: rgb(73,55,156); }
H1.HeaderClassName
{
color: #49379C;
}
.AnyTagClassName
{
color: #49379C;
}
</style>
background-color css
<style>
a { background-color: #49379C; }
a { background-color: rgb(73,55,156); }
div.DivClassName
{
background-color: #49379C;
}
.BgClassName
{
background-color: #49379C;
}
</style>
border-color css
<style>
span { border-color: #49379C; }
span { border-color: rgb(73,55,156); }
td.TdClassName
{
border-color: #49379C;
}
.TagClassName
{
border-color: #49379C;
}
</style>