Shades of Blue Gem #49369C
Tints of Blue Gem #49369C
RGB
CMYK
RGB Variations
Color information
#49369C (or 0x49369C) is known color: Blue Gem. HEX triplet: 49, 36 and 9C. RGB value is (73,54,156). Sum of RGB (Red+Green+Blue) = 73+54+156=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #49369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49369C is #B6C963. Grayscale: #464646. Windows color (decimal): -11979108 or 10237513. OLE color: 10237513.
HSL color Cylindrical-coordinate representation of color #49369C: hue angle of 251.18º degrees, saturation: 0.49, 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 #49369C is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 54 | 156 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.39 |
| HSL | 251.18º | 0.49% | 0.41% | - |
| HSV(B) | 251.18º | 0.65% | 0.61% | - |
| XYZ | 10.07 | 6.46 | 32.17 | - |
| YUV | 71.31 | 175.79 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 156 | 0.53 | 0.65 | 0 | 0.39 | 251.18 | 0.49 | 0.41 |
| Hex | 49 | 36 | 9C | 35 | 41 | 0 | 27 | FB | 31 | 29 |
| Octal | 111 | 66 | 234 | 65 | 101 | 0 | 47 | 373 | 61 | 51 |
| Binary | 1001001 | 110110 | 10011100 | 110101 | 1000001 | 0 | 100111 | 11111011 | 110001 | 101001 |
Color Harmonies of #49369C
Complementary color
Monochromatic Colors of #49369C
Black with #49369C
Text Example
Text Example
White with #49369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49369C; }
p { color: rgb(73,54,156); }
H1.HeaderClassName
{
color: #49369C;
}
.AnyTagClassName
{
color: #49369C;
}
</style>
background-color css
<style>
a { background-color: #49369C; }
a { background-color: rgb(73,54,156); }
div.DivClassName
{
background-color: #49369C;
}
.BgClassName
{
background-color: #49369C;
}
</style>
border-color css
<style>
span { border-color: #49369C; }
span { border-color: rgb(73,54,156); }
td.TdClassName
{
border-color: #49369C;
}
.TagClassName
{
border-color: #49369C;
}
</style>