Shades of Blue Gem #49289C
Tints of Blue Gem #49289C
RGB
CMYK
RGB Variations
Color information
#49289C (or 0x49289C) is known color: Blue Gem. HEX triplet: 49, 28 and 9C. RGB value is (73,40,156). Sum of RGB (Red+Green+Blue) = 73+40+156=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #49289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49289C is #B6D763. Grayscale: #3E3E3E. Windows color (decimal): -11982692 or 10233929. OLE color: 10233929.
HSL color Cylindrical-coordinate representation of color #49289C: hue angle of 257.07º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49289C is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 40 | 156 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.39 |
| HSL | 257.07º | 0.59% | 0.38% | - |
| HSV(B) | 257.07º | 0.74% | 0.61% | - |
| XYZ | 9.51 | 5.33 | 31.98 | - |
| YUV | 63.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 156 | 0.53 | 0.74 | 0 | 0.39 | 257.07 | 0.59 | 0.38 |
| Hex | 49 | 28 | 9C | 35 | 4A | 0 | 27 | 101 | 3B | 26 |
| Octal | 111 | 50 | 234 | 65 | 112 | 0 | 47 | 401 | 73 | 46 |
| Binary | 1001001 | 101000 | 10011100 | 110101 | 1001010 | 0 | 100111 | 100000001 | 111011 | 100110 |
Color Harmonies of #49289C
Complementary color
Monochromatic Colors of #49289C
Black with #49289C
Text Example
Text Example
White with #49289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49289C; }
p { color: rgb(73,40,156); }
H1.HeaderClassName
{
color: #49289C;
}
.AnyTagClassName
{
color: #49289C;
}
</style>
background-color css
<style>
a { background-color: #49289C; }
a { background-color: rgb(73,40,156); }
div.DivClassName
{
background-color: #49289C;
}
.BgClassName
{
background-color: #49289C;
}
</style>
border-color css
<style>
span { border-color: #49289C; }
span { border-color: rgb(73,40,156); }
td.TdClassName
{
border-color: #49289C;
}
.TagClassName
{
border-color: #49289C;
}
</style>