Shades of Blue Gem #492397
Tints of Blue Gem #492397
RGB
CMYK
RGB Variations
Color information
#492397 (or 0x492397) is known color: Blue Gem. HEX triplet: 49, 23 and 97. RGB value is (73,35,151). Sum of RGB (Red+Green+Blue) = 73+35+151=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #492397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492397 is #B6DC68. Grayscale: #3B3B3B. Windows color (decimal): -11983977 or 9904969. OLE color: 9904969.
HSL color Cylindrical-coordinate representation of color #492397: hue angle of 259.66º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492397 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 35 | 151 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.41 |
| HSL | 259.66º | 0.62% | 0.36% | - |
| HSV(B) | 259.66º | 0.77% | 0.59% | - |
| XYZ | 8.93 | 4.85 | 29.74 | - |
| YUV | 59.59 | 179.59 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 151 | 0.52 | 0.77 | 0 | 0.41 | 259.66 | 0.62 | 0.36 |
| Hex | 49 | 23 | 97 | 34 | 4D | 0 | 29 | 104 | 3E | 24 |
| Octal | 111 | 43 | 227 | 64 | 115 | 0 | 51 | 404 | 76 | 44 |
| Binary | 1001001 | 100011 | 10010111 | 110100 | 1001101 | 0 | 101001 | 100000100 | 111110 | 100100 |
Color Harmonies of #492397
Complementary color
Monochromatic Colors of #492397
Black with #492397
Text Example
Text Example
White with #492397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492397; }
p { color: rgb(73,35,151); }
H1.HeaderClassName
{
color: #492397;
}
.AnyTagClassName
{
color: #492397;
}
</style>
background-color css
<style>
a { background-color: #492397; }
a { background-color: rgb(73,35,151); }
div.DivClassName
{
background-color: #492397;
}
.BgClassName
{
background-color: #492397;
}
</style>
border-color css
<style>
span { border-color: #492397; }
span { border-color: rgb(73,35,151); }
td.TdClassName
{
border-color: #492397;
}
.TagClassName
{
border-color: #492397;
}
</style>