Shades of Scarlet Gum #492E57
Tints of Scarlet Gum #492E57
RGB
CMYK
RGB Variations
Color information
#492E57 (or 0x492E57) is known color: Scarlet Gum. HEX triplet: 49, 2E and 57. RGB value is (73,46,87). Sum of RGB (Red+Green+Blue) = 73+46+87=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #492E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E57 is #B6D1A8. Grayscale: #3A3A3A. Windows color (decimal): -11981225 or 5713481. OLE color: 5713481.
HSL color Cylindrical-coordinate representation of color #492E57: hue angle of 279.51º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #492E57 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 46 | 87 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.66 |
| HSL | 279.51º | 0.31% | 0.26% | - |
| HSV(B) | 279.51º | 0.47% | 0.34% | - |
| XYZ | 5.44 | 4.06 | 9.51 | - |
| YUV | 58.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 87 | 0.16 | 0.47 | 0 | 0.66 | 279.51 | 0.31 | 0.26 |
| Hex | 49 | 2E | 57 | 10 | 2F | 0 | 42 | 118 | 1F | 1A |
| Octal | 111 | 56 | 127 | 20 | 57 | 0 | 102 | 430 | 37 | 32 |
| Binary | 1001001 | 101110 | 1010111 | 10000 | 101111 | 0 | 1000010 | 100011000 | 11111 | 11010 |
Color Harmonies of #492E57
Complementary color
Monochromatic Colors of #492E57
Black with #492E57
Text Example
Text Example
White with #492E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E57; }
p { color: rgb(73,46,87); }
H1.HeaderClassName
{
color: #492E57;
}
.AnyTagClassName
{
color: #492E57;
}
</style>
background-color css
<style>
a { background-color: #492E57; }
a { background-color: rgb(73,46,87); }
div.DivClassName
{
background-color: #492E57;
}
.BgClassName
{
background-color: #492E57;
}
</style>
border-color css
<style>
span { border-color: #492E57; }
span { border-color: rgb(73,46,87); }
td.TdClassName
{
border-color: #492E57;
}
.TagClassName
{
border-color: #492E57;
}
</style>