Shades of Blue Gem #492493
Tints of Blue Gem #492493
RGB
CMYK
RGB Variations
Color information
#492493 (or 0x492493) is known color: Blue Gem. HEX triplet: 49, 24 and 93. RGB value is (73,36,147). Sum of RGB (Red+Green+Blue) = 73+36+147=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #492493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492493 is #B6DB6C. Grayscale: #3B3B3B. Windows color (decimal): -11983725 or 9643081. OLE color: 9643081.
HSL color Cylindrical-coordinate representation of color #492493: hue angle of 260º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492493 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 36 | 147 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.42 |
| HSL | 260º | 0.61% | 0.36% | - |
| HSV(B) | 260º | 0.76% | 0.58% | - |
| XYZ | 8.64 | 4.78 | 28.07 | - |
| YUV | 59.72 | 177.26 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 147 | 0.50 | 0.76 | 0 | 0.42 | 260 | 0.61 | 0.36 |
| Hex | 49 | 24 | 93 | 32 | 4C | 0 | 2A | 104 | 3D | 24 |
| Octal | 111 | 44 | 223 | 62 | 114 | 0 | 52 | 404 | 75 | 44 |
| Binary | 1001001 | 100100 | 10010011 | 110010 | 1001100 | 0 | 101010 | 100000100 | 111101 | 100100 |
Color Harmonies of #492493
Complementary color
Monochromatic Colors of #492493
Black with #492493
Text Example
Text Example
White with #492493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492493; }
p { color: rgb(73,36,147); }
H1.HeaderClassName
{
color: #492493;
}
.AnyTagClassName
{
color: #492493;
}
</style>
background-color css
<style>
a { background-color: #492493; }
a { background-color: rgb(73,36,147); }
div.DivClassName
{
background-color: #492493;
}
.BgClassName
{
background-color: #492493;
}
</style>
border-color css
<style>
span { border-color: #492493; }
span { border-color: rgb(73,36,147); }
td.TdClassName
{
border-color: #492493;
}
.TagClassName
{
border-color: #492493;
}
</style>