Shades of Blue Gem #49409F
Tints of Blue Gem #49409F
RGB
CMYK
RGB Variations
Color information
#49409F (or 0x49409F) is known color: Blue Gem. HEX triplet: 49, 40 and 9F. RGB value is (73,64,159). Sum of RGB (Red+Green+Blue) = 73+64+159=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #49409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49409F is #B6BF60. Grayscale: #4D4D4D. Windows color (decimal): -11976545 or 10436681. OLE color: 10436681.
HSL color Cylindrical-coordinate representation of color #49409F: hue angle of 245.68º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49409F is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 64 | 159 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.38 |
| HSL | 245.68º | 0.43% | 0.44% | - |
| HSV(B) | 245.68º | 0.6% | 0.62% | - |
| XYZ | 10.84 | 7.59 | 33.69 | - |
| YUV | 77.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 159 | 0.54 | 0.60 | 0 | 0.38 | 245.68 | 0.43 | 0.44 |
| Hex | 49 | 40 | 9F | 36 | 3C | 0 | 26 | F6 | 2B | 2C |
| Octal | 111 | 100 | 237 | 66 | 74 | 0 | 46 | 366 | 53 | 54 |
| Binary | 1001001 | 1000000 | 10011111 | 110110 | 111100 | 0 | 100110 | 11110110 | 101011 | 101100 |
Color Harmonies of #49409F
Complementary color
Monochromatic Colors of #49409F
Black with #49409F
Text Example
Text Example
White with #49409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49409F; }
p { color: rgb(73,64,159); }
H1.HeaderClassName
{
color: #49409F;
}
.AnyTagClassName
{
color: #49409F;
}
</style>
background-color css
<style>
a { background-color: #49409F; }
a { background-color: rgb(73,64,159); }
div.DivClassName
{
background-color: #49409F;
}
.BgClassName
{
background-color: #49409F;
}
</style>
border-color css
<style>
span { border-color: #49409F; }
span { border-color: rgb(73,64,159); }
td.TdClassName
{
border-color: #49409F;
}
.TagClassName
{
border-color: #49409F;
}
</style>