Shades of Scarlet Gum #492A63
Tints of Scarlet Gum #492A63
RGB
CMYK
RGB Variations
Color information
#492A63 (or 0x492A63) is known color: Scarlet Gum. HEX triplet: 49, 2A and 63. RGB value is (73,42,99). Sum of RGB (Red+Green+Blue) = 73+42+99=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #492A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A63 is #B6D59C. Grayscale: #393939. Windows color (decimal): -11982237 or 6498889. OLE color: 6498889.
HSL color Cylindrical-coordinate representation of color #492A63: hue angle of 272.63º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492A63 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 42 | 99 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.61 |
| HSL | 272.63º | 0.4% | 0.28% | - |
| HSV(B) | 272.63º | 0.58% | 0.39% | - |
| XYZ | 5.83 | 3.97 | 12.26 | - |
| YUV | 57.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 99 | 0.26 | 0.58 | 0 | 0.61 | 272.63 | 0.4 | 0.28 |
| Hex | 49 | 2A | 63 | 1A | 3A | 0 | 3D | 111 | 28 | 1C |
| Octal | 111 | 52 | 143 | 32 | 72 | 0 | 75 | 421 | 50 | 34 |
| Binary | 1001001 | 101010 | 1100011 | 11010 | 111010 | 0 | 111101 | 100010001 | 101000 | 11100 |
Color Harmonies of #492A63
Complementary color
Monochromatic Colors of #492A63
Black with #492A63
Text Example
Text Example
White with #492A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A63; }
p { color: rgb(73,42,99); }
H1.HeaderClassName
{
color: #492A63;
}
.AnyTagClassName
{
color: #492A63;
}
</style>
background-color css
<style>
a { background-color: #492A63; }
a { background-color: rgb(73,42,99); }
div.DivClassName
{
background-color: #492A63;
}
.BgClassName
{
background-color: #492A63;
}
</style>
border-color css
<style>
span { border-color: #492A63; }
span { border-color: rgb(73,42,99); }
td.TdClassName
{
border-color: #492A63;
}
.TagClassName
{
border-color: #492A63;
}
</style>