Shades of Blue Gem #492F9F
Tints of Blue Gem #492F9F
RGB
CMYK
RGB Variations
Color information
#492F9F (or 0x492F9F) is known color: Blue Gem. HEX triplet: 49, 2F and 9F. RGB value is (73,47,159). Sum of RGB (Red+Green+Blue) = 73+47+159=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #492F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492F9F is #B6D060. Grayscale: #434343. Windows color (decimal): -11980897 or 10432329. OLE color: 10432329.
HSL color Cylindrical-coordinate representation of color #492F9F: hue angle of 253.93º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492F9F is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 47 | 159 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.38 |
| HSL | 253.93º | 0.54% | 0.4% | - |
| HSV(B) | 253.93º | 0.7% | 0.62% | - |
| XYZ | 10.02 | 5.95 | 33.42 | - |
| YUV | 67.54 | 179.61 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 159 | 0.54 | 0.70 | 0 | 0.38 | 253.93 | 0.54 | 0.4 |
| Hex | 49 | 2F | 9F | 36 | 46 | 0 | 26 | FE | 36 | 28 |
| Octal | 111 | 57 | 237 | 66 | 106 | 0 | 46 | 376 | 66 | 50 |
| Binary | 1001001 | 101111 | 10011111 | 110110 | 1000110 | 0 | 100110 | 11111110 | 110110 | 101000 |
Color Harmonies of #492F9F
Complementary color
Monochromatic Colors of #492F9F
Black with #492F9F
Text Example
Text Example
White with #492F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F9F; }
p { color: rgb(73,47,159); }
H1.HeaderClassName
{
color: #492F9F;
}
.AnyTagClassName
{
color: #492F9F;
}
</style>
background-color css
<style>
a { background-color: #492F9F; }
a { background-color: rgb(73,47,159); }
div.DivClassName
{
background-color: #492F9F;
}
.BgClassName
{
background-color: #492F9F;
}
</style>
border-color css
<style>
span { border-color: #492F9F; }
span { border-color: rgb(73,47,159); }
td.TdClassName
{
border-color: #492F9F;
}
.TagClassName
{
border-color: #492F9F;
}
</style>