Shades of Blue Gem #49429F
Tints of Blue Gem #49429F
RGB
CMYK
RGB Variations
Color information
#49429F (or 0x49429F) is known color: Blue Gem. HEX triplet: 49, 42 and 9F. RGB value is (73,66,159). Sum of RGB (Red+Green+Blue) = 73+66+159=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #49429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49429F is #B6BD60. Grayscale: #4E4E4E. Windows color (decimal): -11976033 or 10437193. OLE color: 10437193.
HSL color Cylindrical-coordinate representation of color #49429F: hue angle of 244.52º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49429F is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 66 | 159 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.38 |
| HSL | 244.52º | 0.41% | 0.44% | - |
| HSV(B) | 244.52º | 0.58% | 0.62% | - |
| XYZ | 10.95 | 7.82 | 33.73 | - |
| YUV | 78.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 159 | 0.54 | 0.58 | 0 | 0.38 | 244.52 | 0.41 | 0.44 |
| Hex | 49 | 42 | 9F | 36 | 3A | 0 | 26 | F5 | 29 | 2C |
| Octal | 111 | 102 | 237 | 66 | 72 | 0 | 46 | 365 | 51 | 54 |
| Binary | 1001001 | 1000010 | 10011111 | 110110 | 111010 | 0 | 100110 | 11110101 | 101001 | 101100 |
Color Harmonies of #49429F
Complementary color
Monochromatic Colors of #49429F
Black with #49429F
Text Example
Text Example
White with #49429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49429F; }
p { color: rgb(73,66,159); }
H1.HeaderClassName
{
color: #49429F;
}
.AnyTagClassName
{
color: #49429F;
}
</style>
background-color css
<style>
a { background-color: #49429F; }
a { background-color: rgb(73,66,159); }
div.DivClassName
{
background-color: #49429F;
}
.BgClassName
{
background-color: #49429F;
}
</style>
border-color css
<style>
span { border-color: #49429F; }
span { border-color: rgb(73,66,159); }
td.TdClassName
{
border-color: #49429F;
}
.TagClassName
{
border-color: #49429F;
}
</style>