Shades of Blue Gem #492698
Tints of Blue Gem #492698
RGB
CMYK
RGB Variations
Color information
#492698 (or 0x492698) is known color: Blue Gem. HEX triplet: 49, 26 and 98. RGB value is (73,38,152). Sum of RGB (Red+Green+Blue) = 73+38+152=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #492698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492698 is #B6D967. Grayscale: #3D3D3D. Windows color (decimal): -11983208 or 9971273. OLE color: 9971273.
HSL color Cylindrical-coordinate representation of color #492698: hue angle of 258.42º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492698 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 38 | 152 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.40 |
| HSL | 258.42º | 0.6% | 0.37% | - |
| HSV(B) | 258.42º | 0.75% | 0.6% | - |
| XYZ | 9.11 | 5.07 | 30.2 | - |
| YUV | 61.46 | 179.1 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 152 | 0.52 | 0.75 | 0 | 0.40 | 258.42 | 0.6 | 0.37 |
| Hex | 49 | 26 | 98 | 34 | 4B | 0 | 28 | 102 | 3C | 25 |
| Octal | 111 | 46 | 230 | 64 | 113 | 0 | 50 | 402 | 74 | 45 |
| Binary | 1001001 | 100110 | 10011000 | 110100 | 1001011 | 0 | 101000 | 100000010 | 111100 | 100101 |
Color Harmonies of #492698
Complementary color
Monochromatic Colors of #492698
Black with #492698
Text Example
Text Example
White with #492698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492698; }
p { color: rgb(73,38,152); }
H1.HeaderClassName
{
color: #492698;
}
.AnyTagClassName
{
color: #492698;
}
</style>
background-color css
<style>
a { background-color: #492698; }
a { background-color: rgb(73,38,152); }
div.DivClassName
{
background-color: #492698;
}
.BgClassName
{
background-color: #492698;
}
</style>
border-color css
<style>
span { border-color: #492698; }
span { border-color: rgb(73,38,152); }
td.TdClassName
{
border-color: #492698;
}
.TagClassName
{
border-color: #492698;
}
</style>