Shades of Blue Gem #492695
Tints of Blue Gem #492695
RGB
CMYK
RGB Variations
Color information
#492695 (or 0x492695) is known color: Blue Gem. HEX triplet: 49, 26 and 95. RGB value is (73,38,149). Sum of RGB (Red+Green+Blue) = 73+38+149=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #492695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492695 is #B6D96A. Grayscale: #3C3C3C. Windows color (decimal): -11983211 or 9774665. OLE color: 9774665.
HSL color Cylindrical-coordinate representation of color #492695: hue angle of 258.92º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492695 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 38 | 149 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.42 |
| HSL | 258.92º | 0.59% | 0.37% | - |
| HSV(B) | 258.92º | 0.74% | 0.58% | - |
| XYZ | 8.87 | 4.97 | 28.93 | - |
| YUV | 61.12 | 177.6 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 149 | 0.51 | 0.74 | 0 | 0.42 | 258.92 | 0.59 | 0.37 |
| Hex | 49 | 26 | 95 | 33 | 4A | 0 | 2A | 103 | 3B | 25 |
| Octal | 111 | 46 | 225 | 63 | 112 | 0 | 52 | 403 | 73 | 45 |
| Binary | 1001001 | 100110 | 10010101 | 110011 | 1001010 | 0 | 101010 | 100000011 | 111011 | 100101 |
Color Harmonies of #492695
Complementary color
Monochromatic Colors of #492695
Black with #492695
Text Example
Text Example
White with #492695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492695; }
p { color: rgb(73,38,149); }
H1.HeaderClassName
{
color: #492695;
}
.AnyTagClassName
{
color: #492695;
}
</style>
background-color css
<style>
a { background-color: #492695; }
a { background-color: rgb(73,38,149); }
div.DivClassName
{
background-color: #492695;
}
.BgClassName
{
background-color: #492695;
}
</style>
border-color css
<style>
span { border-color: #492695; }
span { border-color: rgb(73,38,149); }
td.TdClassName
{
border-color: #492695;
}
.TagClassName
{
border-color: #492695;
}
</style>