Shades of Blue Gem #49239C
Tints of Blue Gem #49239C
RGB
CMYK
RGB Variations
Color information
#49239C (or 0x49239C) is known color: Blue Gem. HEX triplet: 49, 23 and 9C. RGB value is (73,35,156). Sum of RGB (Red+Green+Blue) = 73+35+156=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #49239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49239C is #B6DC63. Grayscale: #3B3B3B. Windows color (decimal): -11983972 or 10232649. OLE color: 10232649.
HSL color Cylindrical-coordinate representation of color #49239C: hue angle of 258.84º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49239C is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 35 | 156 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.39 |
| HSL | 258.84º | 0.63% | 0.37% | - |
| HSV(B) | 258.84º | 0.78% | 0.61% | - |
| XYZ | 9.35 | 5.02 | 31.93 | - |
| YUV | 60.16 | 182.09 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 156 | 0.53 | 0.78 | 0 | 0.39 | 258.84 | 0.63 | 0.37 |
| Hex | 49 | 23 | 9C | 35 | 4E | 0 | 27 | 103 | 3F | 25 |
| Octal | 111 | 43 | 234 | 65 | 116 | 0 | 47 | 403 | 77 | 45 |
| Binary | 1001001 | 100011 | 10011100 | 110101 | 1001110 | 0 | 100111 | 100000011 | 111111 | 100101 |
Color Harmonies of #49239C
Complementary color
Monochromatic Colors of #49239C
Black with #49239C
Text Example
Text Example
White with #49239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49239C; }
p { color: rgb(73,35,156); }
H1.HeaderClassName
{
color: #49239C;
}
.AnyTagClassName
{
color: #49239C;
}
</style>
background-color css
<style>
a { background-color: #49239C; }
a { background-color: rgb(73,35,156); }
div.DivClassName
{
background-color: #49239C;
}
.BgClassName
{
background-color: #49239C;
}
</style>
border-color css
<style>
span { border-color: #49239C; }
span { border-color: rgb(73,35,156); }
td.TdClassName
{
border-color: #49239C;
}
.TagClassName
{
border-color: #49239C;
}
</style>