Shades of Scarlet Gum #4A2256
Tints of Scarlet Gum #4A2256
RGB
CMYK
RGB Variations
Color information
#4A2256 (or 0x4A2256) is known color: Scarlet Gum. HEX triplet: 4A, 22 and 56. RGB value is (74,34,86). Sum of RGB (Red+Green+Blue) = 74+34+86=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A2256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2256 is #B5DDA9. Grayscale: #333333. Windows color (decimal): -11918762 or 5644874. OLE color: 5644874.
HSL color Cylindrical-coordinate representation of color #4A2256: hue angle of 286.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A2256 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 34 | 86 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.66 |
| HSL | 286.15º | 0.43% | 0.24% | - |
| HSV(B) | 286.15º | 0.6% | 0.34% | - |
| XYZ | 5.08 | 3.27 | 9.17 | - |
| YUV | 51.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 86 | 0.14 | 0.60 | 0 | 0.66 | 286.15 | 0.43 | 0.24 |
| Hex | 4A | 22 | 56 | E | 3C | 0 | 42 | 11E | 2B | 18 |
| Octal | 112 | 42 | 126 | 16 | 74 | 0 | 102 | 436 | 53 | 30 |
| Binary | 1001010 | 100010 | 1010110 | 1110 | 111100 | 0 | 1000010 | 100011110 | 101011 | 11000 |
Color Harmonies of #4A2256
Complementary color
Monochromatic Colors of #4A2256
Black with #4A2256
Text Example
Text Example
White with #4A2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2256; }
p { color: rgb(74,34,86); }
H1.HeaderClassName
{
color: #4A2256;
}
.AnyTagClassName
{
color: #4A2256;
}
</style>
background-color css
<style>
a { background-color: #4A2256; }
a { background-color: rgb(74,34,86); }
div.DivClassName
{
background-color: #4A2256;
}
.BgClassName
{
background-color: #4A2256;
}
</style>
border-color css
<style>
span { border-color: #4A2256; }
span { border-color: rgb(74,34,86); }
td.TdClassName
{
border-color: #4A2256;
}
.TagClassName
{
border-color: #4A2256;
}
</style>