Shades of Scarlet Gum #4A2F58
Tints of Scarlet Gum #4A2F58
RGB
CMYK
RGB Variations
Color information
#4A2F58 (or 0x4A2F58) is known color: Scarlet Gum. HEX triplet: 4A, 2F and 58. RGB value is (74,47,88). Sum of RGB (Red+Green+Blue) = 74+47+88=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A2F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2F58 is #B5D0A7. Grayscale: #3B3B3B. Windows color (decimal): -11915432 or 5779274. OLE color: 5779274.
HSL color Cylindrical-coordinate representation of color #4A2F58: hue angle of 279.51º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A2F58 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 47 | 88 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.65 |
| HSL | 279.51º | 0.3% | 0.26% | - |
| HSV(B) | 279.51º | 0.47% | 0.35% | - |
| XYZ | 5.6 | 4.19 | 9.75 | - |
| YUV | 59.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 47 | 88 | 0.16 | 0.47 | 0 | 0.65 | 279.51 | 0.3 | 0.26 |
| Hex | 4A | 2F | 58 | 10 | 2F | 0 | 41 | 118 | 1E | 1A |
| Octal | 112 | 57 | 130 | 20 | 57 | 0 | 101 | 430 | 36 | 32 |
| Binary | 1001010 | 101111 | 1011000 | 10000 | 101111 | 0 | 1000001 | 100011000 | 11110 | 11010 |
Color Harmonies of #4A2F58
Complementary color
Monochromatic Colors of #4A2F58
Black with #4A2F58
Text Example
Text Example
White with #4A2F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2F58; }
p { color: rgb(74,47,88); }
H1.HeaderClassName
{
color: #4A2F58;
}
.AnyTagClassName
{
color: #4A2F58;
}
</style>
background-color css
<style>
a { background-color: #4A2F58; }
a { background-color: rgb(74,47,88); }
div.DivClassName
{
background-color: #4A2F58;
}
.BgClassName
{
background-color: #4A2F58;
}
</style>
border-color css
<style>
span { border-color: #4A2F58; }
span { border-color: rgb(74,47,88); }
td.TdClassName
{
border-color: #4A2F58;
}
.TagClassName
{
border-color: #4A2F58;
}
</style>