Shades of Scarlet Gum #4C2958
Tints of Scarlet Gum #4C2958
RGB
CMYK
RGB Variations
Color information
#4C2958 (or 0x4C2958) is known color: Scarlet Gum. HEX triplet: 4C, 29 and 58. RGB value is (76,41,88). Sum of RGB (Red+Green+Blue) = 76+41+88=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C2958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2958 is #B3D6A7. Grayscale: #383838. Windows color (decimal): -11785896 or 5777740. OLE color: 5777740.
HSL color Cylindrical-coordinate representation of color #4C2958: hue angle of 284.68º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C2958 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 41 | 88 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.65 |
| HSL | 284.68º | 0.36% | 0.25% | - |
| HSV(B) | 284.68º | 0.53% | 0.35% | - |
| XYZ | 5.53 | 3.83 | 9.68 | - |
| YUV | 56.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 88 | 0.14 | 0.53 | 0 | 0.65 | 284.68 | 0.36 | 0.25 |
| Hex | 4C | 29 | 58 | E | 35 | 0 | 41 | 11D | 24 | 19 |
| Octal | 114 | 51 | 130 | 16 | 65 | 0 | 101 | 435 | 44 | 31 |
| Binary | 1001100 | 101001 | 1011000 | 1110 | 110101 | 0 | 1000001 | 100011101 | 100100 | 11001 |
Color Harmonies of #4C2958
Complementary color
Monochromatic Colors of #4C2958
Black with #4C2958
Text Example
Text Example
White with #4C2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2958; }
p { color: rgb(76,41,88); }
H1.HeaderClassName
{
color: #4C2958;
}
.AnyTagClassName
{
color: #4C2958;
}
</style>
background-color css
<style>
a { background-color: #4C2958; }
a { background-color: rgb(76,41,88); }
div.DivClassName
{
background-color: #4C2958;
}
.BgClassName
{
background-color: #4C2958;
}
</style>
border-color css
<style>
span { border-color: #4C2958; }
span { border-color: rgb(76,41,88); }
td.TdClassName
{
border-color: #4C2958;
}
.TagClassName
{
border-color: #4C2958;
}
</style>