Shades of Scarlet Gum #4A1060
Tints of Scarlet Gum #4A1060
RGB
CMYK
RGB Variations
Color information
#4A1060 (or 0x4A1060) is known color: Scarlet Gum. HEX triplet: 4A, 10 and 60. RGB value is (74,16,96). Sum of RGB (Red+Green+Blue) = 74+16+96=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A1060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1060 is #B5EF9F. Grayscale: #2A2A2A. Windows color (decimal): -11923360 or 6295626. OLE color: 6295626.
HSL color Cylindrical-coordinate representation of color #4A1060: hue angle of 283.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A1060 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 16 | 96 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.62 |
| HSL | 283.5º | 0.71% | 0.22% | - |
| HSV(B) | 283.5º | 0.83% | 0.38% | - |
| XYZ | 5.12 | 2.67 | 11.31 | - |
| YUV | 42.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 96 | 0.23 | 0.83 | 0 | 0.62 | 283.5 | 0.71 | 0.22 |
| Hex | 4A | 10 | 60 | 17 | 53 | 0 | 3E | 11C | 47 | 16 |
| Octal | 112 | 20 | 140 | 27 | 123 | 0 | 76 | 434 | 107 | 26 |
| Binary | 1001010 | 10000 | 1100000 | 10111 | 1010011 | 0 | 111110 | 100011100 | 1000111 | 10110 |
Color Harmonies of #4A1060
Complementary color
Monochromatic Colors of #4A1060
Black with #4A1060
Text Example
Text Example
White with #4A1060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1060; }
p { color: rgb(74,16,96); }
H1.HeaderClassName
{
color: #4A1060;
}
.AnyTagClassName
{
color: #4A1060;
}
</style>
background-color css
<style>
a { background-color: #4A1060; }
a { background-color: rgb(74,16,96); }
div.DivClassName
{
background-color: #4A1060;
}
.BgClassName
{
background-color: #4A1060;
}
</style>
border-color css
<style>
span { border-color: #4A1060; }
span { border-color: rgb(74,16,96); }
td.TdClassName
{
border-color: #4A1060;
}
.TagClassName
{
border-color: #4A1060;
}
</style>