Shades of Scarlet Gum #4A3060
Tints of Scarlet Gum #4A3060
RGB
CMYK
RGB Variations
Color information
#4A3060 (or 0x4A3060) is known color: Scarlet Gum. HEX triplet: 4A, 30 and 60. RGB value is (74,48,96). Sum of RGB (Red+Green+Blue) = 74+48+96=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A3060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3060 is #B5CF9F. Grayscale: #3D3D3D. Windows color (decimal): -11915168 or 6303818. OLE color: 6303818.
HSL color Cylindrical-coordinate representation of color #4A3060: hue angle of 272.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A3060 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 48 | 96 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.62 |
| HSL | 272.5º | 0.33% | 0.28% | - |
| HSV(B) | 272.5º | 0.5% | 0.38% | - |
| XYZ | 5.99 | 4.41 | 11.6 | - |
| YUV | 61.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 96 | 0.23 | 0.50 | 0 | 0.62 | 272.5 | 0.33 | 0.28 |
| Hex | 4A | 30 | 60 | 17 | 32 | 0 | 3E | 110 | 21 | 1C |
| Octal | 112 | 60 | 140 | 27 | 62 | 0 | 76 | 420 | 41 | 34 |
| Binary | 1001010 | 110000 | 1100000 | 10111 | 110010 | 0 | 111110 | 100010000 | 100001 | 11100 |
Color Harmonies of #4A3060
Complementary color
Monochromatic Colors of #4A3060
Black with #4A3060
Text Example
Text Example
White with #4A3060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3060; }
p { color: rgb(74,48,96); }
H1.HeaderClassName
{
color: #4A3060;
}
.AnyTagClassName
{
color: #4A3060;
}
</style>
background-color css
<style>
a { background-color: #4A3060; }
a { background-color: rgb(74,48,96); }
div.DivClassName
{
background-color: #4A3060;
}
.BgClassName
{
background-color: #4A3060;
}
</style>
border-color css
<style>
span { border-color: #4A3060; }
span { border-color: rgb(74,48,96); }
td.TdClassName
{
border-color: #4A3060;
}
.TagClassName
{
border-color: #4A3060;
}
</style>