Shades of Scarlet Gum #4A3859
Tints of Scarlet Gum #4A3859
RGB
CMYK
RGB Variations
Color information
#4A3859 (or 0x4A3859) is known color: Scarlet Gum. HEX triplet: 4A, 38 and 59. RGB value is (74,56,89). Sum of RGB (Red+Green+Blue) = 74+56+89=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A3859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3859 is #B5C7A6. Grayscale: #414141. Windows color (decimal): -11913127 or 5847114. OLE color: 5847114.
HSL color Cylindrical-coordinate representation of color #4A3859: hue angle of 272.73º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A3859 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 56 | 89 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.65 |
| HSL | 272.73º | 0.23% | 0.28% | - |
| HSV(B) | 272.73º | 0.37% | 0.35% | - |
| XYZ | 6.04 | 5.01 | 10.1 | - |
| YUV | 65.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 89 | 0.17 | 0.37 | 0 | 0.65 | 272.73 | 0.23 | 0.28 |
| Hex | 4A | 38 | 59 | 11 | 25 | 0 | 41 | 111 | 17 | 1C |
| Octal | 112 | 70 | 131 | 21 | 45 | 0 | 101 | 421 | 27 | 34 |
| Binary | 1001010 | 111000 | 1011001 | 10001 | 100101 | 0 | 1000001 | 100010001 | 10111 | 11100 |
Color Harmonies of #4A3859
Complementary color
Monochromatic Colors of #4A3859
Black with #4A3859
Text Example
Text Example
White with #4A3859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3859; }
p { color: rgb(74,56,89); }
H1.HeaderClassName
{
color: #4A3859;
}
.AnyTagClassName
{
color: #4A3859;
}
</style>
background-color css
<style>
a { background-color: #4A3859; }
a { background-color: rgb(74,56,89); }
div.DivClassName
{
background-color: #4A3859;
}
.BgClassName
{
background-color: #4A3859;
}
</style>
border-color css
<style>
span { border-color: #4A3859; }
span { border-color: rgb(74,56,89); }
td.TdClassName
{
border-color: #4A3859;
}
.TagClassName
{
border-color: #4A3859;
}
</style>