Shades of Scarlet Gum #492663
Tints of Scarlet Gum #492663
RGB
CMYK
RGB Variations
Color information
#492663 (or 0x492663) is known color: Scarlet Gum. HEX triplet: 49, 26 and 63. RGB value is (73,38,99). Sum of RGB (Red+Green+Blue) = 73+38+99=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #492663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492663 is #B6D99C. Grayscale: #373737. Windows color (decimal): -11983261 or 6497865. OLE color: 6497865.
HSL color Cylindrical-coordinate representation of color #492663: hue angle of 274.43º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492663 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 38 | 99 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.61 |
| HSL | 274.43º | 0.45% | 0.27% | - |
| HSV(B) | 274.43º | 0.62% | 0.39% | - |
| XYZ | 5.69 | 3.7 | 12.22 | - |
| YUV | 55.42 | 152.6 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 99 | 0.26 | 0.62 | 0 | 0.61 | 274.43 | 0.45 | 0.27 |
| Hex | 49 | 26 | 63 | 1A | 3E | 0 | 3D | 112 | 2D | 1B |
| Octal | 111 | 46 | 143 | 32 | 76 | 0 | 75 | 422 | 55 | 33 |
| Binary | 1001001 | 100110 | 1100011 | 11010 | 111110 | 0 | 111101 | 100010010 | 101101 | 11011 |
Color Harmonies of #492663
Complementary color
Monochromatic Colors of #492663
Black with #492663
Text Example
Text Example
White with #492663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492663; }
p { color: rgb(73,38,99); }
H1.HeaderClassName
{
color: #492663;
}
.AnyTagClassName
{
color: #492663;
}
</style>
background-color css
<style>
a { background-color: #492663; }
a { background-color: rgb(73,38,99); }
div.DivClassName
{
background-color: #492663;
}
.BgClassName
{
background-color: #492663;
}
</style>
border-color css
<style>
span { border-color: #492663; }
span { border-color: rgb(73,38,99); }
td.TdClassName
{
border-color: #492663;
}
.TagClassName
{
border-color: #492663;
}
</style>