Shades of Scarlet Gum #4A3A58
Tints of Scarlet Gum #4A3A58
RGB
CMYK
RGB Variations
Color information
#4A3A58 (or 0x4A3A58) is known color: Scarlet Gum. HEX triplet: 4A, 3A and 58. RGB value is (74,58,88). Sum of RGB (Red+Green+Blue) = 74+58+88=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A3A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3A58 is #B5C5A7. Grayscale: #424242. Windows color (decimal): -11912616 or 5782090. OLE color: 5782090.
HSL color Cylindrical-coordinate representation of color #4A3A58: hue angle of 272º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A3A58 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 58 | 88 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.65 |
| HSL | 272º | 0.21% | 0.29% | - |
| HSV(B) | 272º | 0.34% | 0.35% | - |
| XYZ | 6.1 | 5.19 | 9.91 | - |
| YUV | 66.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 88 | 0.16 | 0.34 | 0 | 0.65 | 272 | 0.21 | 0.29 |
| Hex | 4A | 3A | 58 | 10 | 22 | 0 | 41 | 110 | 15 | 1D |
| Octal | 112 | 72 | 130 | 20 | 42 | 0 | 101 | 420 | 25 | 35 |
| Binary | 1001010 | 111010 | 1011000 | 10000 | 100010 | 0 | 1000001 | 100010000 | 10101 | 11101 |
Color Harmonies of #4A3A58
Complementary color
Monochromatic Colors of #4A3A58
Black with #4A3A58
Text Example
Text Example
White with #4A3A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3A58; }
p { color: rgb(74,58,88); }
H1.HeaderClassName
{
color: #4A3A58;
}
.AnyTagClassName
{
color: #4A3A58;
}
</style>
background-color css
<style>
a { background-color: #4A3A58; }
a { background-color: rgb(74,58,88); }
div.DivClassName
{
background-color: #4A3A58;
}
.BgClassName
{
background-color: #4A3A58;
}
</style>
border-color css
<style>
span { border-color: #4A3A58; }
span { border-color: rgb(74,58,88); }
td.TdClassName
{
border-color: #4A3A58;
}
.TagClassName
{
border-color: #4A3A58;
}
</style>