Shades of Blue Gem #492792
Tints of Blue Gem #492792
RGB
CMYK
RGB Variations
Color information
#492792 (or 0x492792) is known color: Blue Gem. HEX triplet: 49, 27 and 92. RGB value is (73,39,146). Sum of RGB (Red+Green+Blue) = 73+39+146=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #492792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492792 is #B6D86D. Grayscale: #3C3C3C. Windows color (decimal): -11982958 or 9578313. OLE color: 9578313.
HSL color Cylindrical-coordinate representation of color #492792: hue angle of 259.07º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492792 is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 39 | 146 | - |
| CMYK | 0.5 | 0.73 | 0 | 0.43 |
| HSL | 259.07º | 0.58% | 0.36% | - |
| HSV(B) | 259.07º | 0.73% | 0.57% | - |
| XYZ | 8.66 | 4.94 | 27.69 | - |
| YUV | 61.36 | 175.76 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 146 | 0.5 | 0.73 | 0 | 0.43 | 259.07 | 0.58 | 0.36 |
| Hex | 49 | 27 | 92 | 32 | 49 | 0 | 2B | 103 | 3A | 24 |
| Octal | 111 | 47 | 222 | 62 | 111 | 0 | 53 | 403 | 72 | 44 |
| Binary | 1001001 | 100111 | 10010010 | 110010 | 1001001 | 0 | 101011 | 100000011 | 111010 | 100100 |
Color Harmonies of #492792
Complementary color
Monochromatic Colors of #492792
Black with #492792
Text Example
Text Example
White with #492792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492792; }
p { color: rgb(73,39,146); }
H1.HeaderClassName
{
color: #492792;
}
.AnyTagClassName
{
color: #492792;
}
</style>
background-color css
<style>
a { background-color: #492792; }
a { background-color: rgb(73,39,146); }
div.DivClassName
{
background-color: #492792;
}
.BgClassName
{
background-color: #492792;
}
</style>
border-color css
<style>
span { border-color: #492792; }
span { border-color: rgb(73,39,146); }
td.TdClassName
{
border-color: #492792;
}
.TagClassName
{
border-color: #492792;
}
</style>