Shades of Scarlet Gum #4A2956
Tints of Scarlet Gum #4A2956
RGB
CMYK
RGB Variations
Color information
#4A2956 (or 0x4A2956) is known color: Scarlet Gum. HEX triplet: 4A, 29 and 56. RGB value is (74,41,86). Sum of RGB (Red+Green+Blue) = 74+41+86=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A2956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2956 is #B5D6A9. Grayscale: #373737. Windows color (decimal): -11916970 or 5646666. OLE color: 5646666.
HSL color Cylindrical-coordinate representation of color #4A2956: hue angle of 284º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A2956 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 41 | 86 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.66 |
| HSL | 284º | 0.35% | 0.25% | - |
| HSV(B) | 284º | 0.52% | 0.34% | - |
| XYZ | 5.3 | 3.71 | 9.24 | - |
| YUV | 56 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 41 | 86 | 0.14 | 0.52 | 0 | 0.66 | 284 | 0.35 | 0.25 |
| Hex | 4A | 29 | 56 | E | 34 | 0 | 42 | 11C | 23 | 19 |
| Octal | 112 | 51 | 126 | 16 | 64 | 0 | 102 | 434 | 43 | 31 |
| Binary | 1001010 | 101001 | 1010110 | 1110 | 110100 | 0 | 1000010 | 100011100 | 100011 | 11001 |
Color Harmonies of #4A2956
Complementary color
Monochromatic Colors of #4A2956
Black with #4A2956
Text Example
Text Example
White with #4A2956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2956; }
p { color: rgb(74,41,86); }
H1.HeaderClassName
{
color: #4A2956;
}
.AnyTagClassName
{
color: #4A2956;
}
</style>
background-color css
<style>
a { background-color: #4A2956; }
a { background-color: rgb(74,41,86); }
div.DivClassName
{
background-color: #4A2956;
}
.BgClassName
{
background-color: #4A2956;
}
</style>
border-color css
<style>
span { border-color: #4A2956; }
span { border-color: rgb(74,41,86); }
td.TdClassName
{
border-color: #4A2956;
}
.TagClassName
{
border-color: #4A2956;
}
</style>