Shades of Scarlet Gum #4A3159
Tints of Scarlet Gum #4A3159
RGB
CMYK
RGB Variations
Color information
#4A3159 (or 0x4A3159) is known color: Scarlet Gum. HEX triplet: 4A, 31 and 59. RGB value is (74,49,89). Sum of RGB (Red+Green+Blue) = 74+49+89=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A3159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3159 is #B5CEA6. Grayscale: #3C3C3C. Windows color (decimal): -11914919 or 5845322. OLE color: 5845322.
HSL color Cylindrical-coordinate representation of color #4A3159: hue angle of 277.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A3159 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 49 | 89 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.65 |
| HSL | 277.5º | 0.29% | 0.27% | - |
| HSV(B) | 277.5º | 0.45% | 0.35% | - |
| XYZ | 5.73 | 4.37 | 9.99 | - |
| YUV | 61.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 89 | 0.17 | 0.45 | 0 | 0.65 | 277.5 | 0.29 | 0.27 |
| Hex | 4A | 31 | 59 | 11 | 2D | 0 | 41 | 116 | 1D | 1B |
| Octal | 112 | 61 | 131 | 21 | 55 | 0 | 101 | 426 | 35 | 33 |
| Binary | 1001010 | 110001 | 1011001 | 10001 | 101101 | 0 | 1000001 | 100010110 | 11101 | 11011 |
Color Harmonies of #4A3159
Complementary color
Monochromatic Colors of #4A3159
Black with #4A3159
Text Example
Text Example
White with #4A3159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3159; }
p { color: rgb(74,49,89); }
H1.HeaderClassName
{
color: #4A3159;
}
.AnyTagClassName
{
color: #4A3159;
}
</style>
background-color css
<style>
a { background-color: #4A3159; }
a { background-color: rgb(74,49,89); }
div.DivClassName
{
background-color: #4A3159;
}
.BgClassName
{
background-color: #4A3159;
}
</style>
border-color css
<style>
span { border-color: #4A3159; }
span { border-color: rgb(74,49,89); }
td.TdClassName
{
border-color: #4A3159;
}
.TagClassName
{
border-color: #4A3159;
}
</style>