Shades of Scarlet Gum #490F63
Tints of Scarlet Gum #490F63
RGB
CMYK
RGB Variations
Color information
#490F63 (or 0x490F63) is known color: Scarlet Gum. HEX triplet: 49, 0F and 63. RGB value is (73,15,99). Sum of RGB (Red+Green+Blue) = 73+15+99=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #490F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F63 is #B6F09C. Grayscale: #292929. Windows color (decimal): -11989149 or 6491977. OLE color: 6491977.
HSL color Cylindrical-coordinate representation of color #490F63: hue angle of 281.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490F63 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 15 | 99 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.61 |
| HSL | 281.43º | 0.74% | 0.22% | - |
| HSV(B) | 281.43º | 0.85% | 0.39% | - |
| XYZ | 5.17 | 2.66 | 12.05 | - |
| YUV | 41.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 99 | 0.26 | 0.85 | 0 | 0.61 | 281.43 | 0.74 | 0.22 |
| Hex | 49 | F | 63 | 1A | 55 | 0 | 3D | 119 | 4A | 16 |
| Octal | 111 | 17 | 143 | 32 | 125 | 0 | 75 | 431 | 112 | 26 |
| Binary | 1001001 | 1111 | 1100011 | 11010 | 1010101 | 0 | 111101 | 100011001 | 1001010 | 10110 |
Color Harmonies of #490F63
Complementary color
Monochromatic Colors of #490F63
Black with #490F63
Text Example
Text Example
White with #490F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F63; }
p { color: rgb(73,15,99); }
H1.HeaderClassName
{
color: #490F63;
}
.AnyTagClassName
{
color: #490F63;
}
</style>
background-color css
<style>
a { background-color: #490F63; }
a { background-color: rgb(73,15,99); }
div.DivClassName
{
background-color: #490F63;
}
.BgClassName
{
background-color: #490F63;
}
</style>
border-color css
<style>
span { border-color: #490F63; }
span { border-color: rgb(73,15,99); }
td.TdClassName
{
border-color: #490F63;
}
.TagClassName
{
border-color: #490F63;
}
</style>