Shades of Blue Gem #492E89
Tints of Blue Gem #492E89
RGB
CMYK
RGB Variations
Color information
#492E89 (or 0x492E89) is known color: Blue Gem. HEX triplet: 49, 2E and 89. RGB value is (73,46,137). Sum of RGB (Red+Green+Blue) = 73+46+137=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #492E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492E89 is #B6D176. Grayscale: #404040. Windows color (decimal): -11981175 or 8990281. OLE color: 8990281.
HSL color Cylindrical-coordinate representation of color #492E89: hue angle of 257.8º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492E89 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 46 | 137 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.46 |
| HSL | 257.8º | 0.5% | 0.36% | - |
| HSV(B) | 257.8º | 0.66% | 0.54% | - |
| XYZ | 8.24 | 5.18 | 24.23 | - |
| YUV | 64.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 137 | 0.47 | 0.66 | 0 | 0.46 | 257.8 | 0.5 | 0.36 |
| Hex | 49 | 2E | 89 | 2F | 42 | 0 | 2E | 102 | 32 | 24 |
| Octal | 111 | 56 | 211 | 57 | 102 | 0 | 56 | 402 | 62 | 44 |
| Binary | 1001001 | 101110 | 10001001 | 101111 | 1000010 | 0 | 101110 | 100000010 | 110010 | 100100 |
Color Harmonies of #492E89
Complementary color
Monochromatic Colors of #492E89
Black with #492E89
Text Example
Text Example
White with #492E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E89; }
p { color: rgb(73,46,137); }
H1.HeaderClassName
{
color: #492E89;
}
.AnyTagClassName
{
color: #492E89;
}
</style>
background-color css
<style>
a { background-color: #492E89; }
a { background-color: rgb(73,46,137); }
div.DivClassName
{
background-color: #492E89;
}
.BgClassName
{
background-color: #492E89;
}
</style>
border-color css
<style>
span { border-color: #492E89; }
span { border-color: rgb(73,46,137); }
td.TdClassName
{
border-color: #492E89;
}
.TagClassName
{
border-color: #492E89;
}
</style>