Shades of Scarlet Gum #4A2459
Tints of Scarlet Gum #4A2459
RGB
CMYK
RGB Variations
Color information
#4A2459 (or 0x4A2459) is known color: Scarlet Gum. HEX triplet: 4A, 24 and 59. RGB value is (74,36,89). Sum of RGB (Red+Green+Blue) = 74+36+89=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A2459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2459 is #B5DBA6. Grayscale: #353535. Windows color (decimal): -11918247 or 5841994. OLE color: 5841994.
HSL color Cylindrical-coordinate representation of color #4A2459: hue angle of 283.02º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A2459 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 36 | 89 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.65 |
| HSL | 283.02º | 0.42% | 0.25% | - |
| HSV(B) | 283.02º | 0.6% | 0.35% | - |
| XYZ | 5.26 | 3.44 | 9.84 | - |
| YUV | 53.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 89 | 0.17 | 0.60 | 0 | 0.65 | 283.02 | 0.42 | 0.25 |
| Hex | 4A | 24 | 59 | 11 | 3C | 0 | 41 | 11B | 2A | 19 |
| Octal | 112 | 44 | 131 | 21 | 74 | 0 | 101 | 433 | 52 | 31 |
| Binary | 1001010 | 100100 | 1011001 | 10001 | 111100 | 0 | 1000001 | 100011011 | 101010 | 11001 |
Color Harmonies of #4A2459
Complementary color
Monochromatic Colors of #4A2459
Black with #4A2459
Text Example
Text Example
White with #4A2459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2459; }
p { color: rgb(74,36,89); }
H1.HeaderClassName
{
color: #4A2459;
}
.AnyTagClassName
{
color: #4A2459;
}
</style>
background-color css
<style>
a { background-color: #4A2459; }
a { background-color: rgb(74,36,89); }
div.DivClassName
{
background-color: #4A2459;
}
.BgClassName
{
background-color: #4A2459;
}
</style>
border-color css
<style>
span { border-color: #4A2459; }
span { border-color: rgb(74,36,89); }
td.TdClassName
{
border-color: #4A2459;
}
.TagClassName
{
border-color: #4A2459;
}
</style>