Shades of Scarlet Gum #4A3759
Tints of Scarlet Gum #4A3759
RGB
CMYK
RGB Variations
Color information
#4A3759 (or 0x4A3759) is known color: Scarlet Gum. HEX triplet: 4A, 37 and 59. RGB value is (74,55,89). Sum of RGB (Red+Green+Blue) = 74+55+89=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A3759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3759 is #B5C8A6. Grayscale: #404040. Windows color (decimal): -11913383 or 5846858. OLE color: 5846858.
HSL color Cylindrical-coordinate representation of color #4A3759: hue angle of 273.53º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A3759 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 55 | 89 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.65 |
| HSL | 273.53º | 0.24% | 0.28% | - |
| HSV(B) | 273.53º | 0.38% | 0.35% | - |
| XYZ | 5.99 | 4.91 | 10.08 | - |
| YUV | 64.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 89 | 0.17 | 0.38 | 0 | 0.65 | 273.53 | 0.24 | 0.28 |
| Hex | 4A | 37 | 59 | 11 | 26 | 0 | 41 | 112 | 18 | 1C |
| Octal | 112 | 67 | 131 | 21 | 46 | 0 | 101 | 422 | 30 | 34 |
| Binary | 1001010 | 110111 | 1011001 | 10001 | 100110 | 0 | 1000001 | 100010010 | 11000 | 11100 |
Color Harmonies of #4A3759
Complementary color
Monochromatic Colors of #4A3759
Black with #4A3759
Text Example
Text Example
White with #4A3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3759; }
p { color: rgb(74,55,89); }
H1.HeaderClassName
{
color: #4A3759;
}
.AnyTagClassName
{
color: #4A3759;
}
</style>
background-color css
<style>
a { background-color: #4A3759; }
a { background-color: rgb(74,55,89); }
div.DivClassName
{
background-color: #4A3759;
}
.BgClassName
{
background-color: #4A3759;
}
</style>
border-color css
<style>
span { border-color: #4A3759; }
span { border-color: rgb(74,55,89); }
td.TdClassName
{
border-color: #4A3759;
}
.TagClassName
{
border-color: #4A3759;
}
</style>