Shades of Blue Gem #49239B
Tints of Blue Gem #49239B
RGB
CMYK
RGB Variations
Color information
#49239B (or 0x49239B) is known color: Blue Gem. HEX triplet: 49, 23 and 9B. RGB value is (73,35,155). Sum of RGB (Red+Green+Blue) = 73+35+155=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #49239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49239B is #B6DC64. Grayscale: #3B3B3B. Windows color (decimal): -11983973 or 10167113. OLE color: 10167113.
HSL color Cylindrical-coordinate representation of color #49239B: hue angle of 259º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49239B is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 35 | 155 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.39 |
| HSL | 259º | 0.63% | 0.37% | - |
| HSV(B) | 259º | 0.77% | 0.61% | - |
| XYZ | 9.27 | 4.99 | 31.48 | - |
| YUV | 60.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 155 | 0.53 | 0.77 | 0 | 0.39 | 259 | 0.63 | 0.37 |
| Hex | 49 | 23 | 9B | 35 | 4D | 0 | 27 | 103 | 3F | 25 |
| Octal | 111 | 43 | 233 | 65 | 115 | 0 | 47 | 403 | 77 | 45 |
| Binary | 1001001 | 100011 | 10011011 | 110101 | 1001101 | 0 | 100111 | 100000011 | 111111 | 100101 |
Color Harmonies of #49239B
Complementary color
Monochromatic Colors of #49239B
Black with #49239B
Text Example
Text Example
White with #49239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49239B; }
p { color: rgb(73,35,155); }
H1.HeaderClassName
{
color: #49239B;
}
.AnyTagClassName
{
color: #49239B;
}
</style>
background-color css
<style>
a { background-color: #49239B; }
a { background-color: rgb(73,35,155); }
div.DivClassName
{
background-color: #49239B;
}
.BgClassName
{
background-color: #49239B;
}
</style>
border-color css
<style>
span { border-color: #49239B; }
span { border-color: rgb(73,35,155); }
td.TdClassName
{
border-color: #49239B;
}
.TagClassName
{
border-color: #49239B;
}
</style>