Shades of Blue Gem #492692
Tints of Blue Gem #492692
RGB
CMYK
RGB Variations
Color information
#492692 (or 0x492692) is known color: Blue Gem. HEX triplet: 49, 26 and 92. RGB value is (73,38,146). Sum of RGB (Red+Green+Blue) = 73+38+146=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #492692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492692 is #B6D96D. Grayscale: #3C3C3C. Windows color (decimal): -11983214 or 9578057. OLE color: 9578057.
HSL color Cylindrical-coordinate representation of color #492692: hue angle of 259.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492692 is Cyan = 0.5, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 38 | 146 | - |
| CMYK | 0.5 | 0.74 | 0 | 0.43 |
| HSL | 259.44º | 0.59% | 0.36% | - |
| HSV(B) | 259.44º | 0.74% | 0.57% | - |
| XYZ | 8.63 | 4.88 | 27.68 | - |
| YUV | 60.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 146 | 0.5 | 0.74 | 0 | 0.43 | 259.44 | 0.59 | 0.36 |
| Hex | 49 | 26 | 92 | 32 | 4A | 0 | 2B | 103 | 3B | 24 |
| Octal | 111 | 46 | 222 | 62 | 112 | 0 | 53 | 403 | 73 | 44 |
| Binary | 1001001 | 100110 | 10010010 | 110010 | 1001010 | 0 | 101011 | 100000011 | 111011 | 100100 |
Color Harmonies of #492692
Complementary color
Monochromatic Colors of #492692
Black with #492692
Text Example
Text Example
White with #492692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492692; }
p { color: rgb(73,38,146); }
H1.HeaderClassName
{
color: #492692;
}
.AnyTagClassName
{
color: #492692;
}
</style>
background-color css
<style>
a { background-color: #492692; }
a { background-color: rgb(73,38,146); }
div.DivClassName
{
background-color: #492692;
}
.BgClassName
{
background-color: #492692;
}
</style>
border-color css
<style>
span { border-color: #492692; }
span { border-color: rgb(73,38,146); }
td.TdClassName
{
border-color: #492692;
}
.TagClassName
{
border-color: #492692;
}
</style>