Shades of Scarlet Gum #4C3358
Tints of Scarlet Gum #4C3358
RGB
CMYK
RGB Variations
Color information
#4C3358 (or 0x4C3358) is known color: Scarlet Gum. HEX triplet: 4C, 33 and 58. RGB value is (76,51,88). Sum of RGB (Red+Green+Blue) = 76+51+88=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C3358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3358 is #B3CCA7. Grayscale: #3E3E3E. Windows color (decimal): -11783336 or 5780300. OLE color: 5780300.
HSL color Cylindrical-coordinate representation of color #4C3358: hue angle of 280.54º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C3358 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 51 | 88 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.65 |
| HSL | 280.54º | 0.27% | 0.27% | - |
| HSV(B) | 280.54º | 0.42% | 0.35% | - |
| XYZ | 5.93 | 4.61 | 9.81 | - |
| YUV | 62.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 88 | 0.14 | 0.42 | 0 | 0.65 | 280.54 | 0.27 | 0.27 |
| Hex | 4C | 33 | 58 | E | 2A | 0 | 41 | 119 | 1B | 1B |
| Octal | 114 | 63 | 130 | 16 | 52 | 0 | 101 | 431 | 33 | 33 |
| Binary | 1001100 | 110011 | 1011000 | 1110 | 101010 | 0 | 1000001 | 100011001 | 11011 | 11011 |
Color Harmonies of #4C3358
Complementary color
Monochromatic Colors of #4C3358
Black with #4C3358
Text Example
Text Example
White with #4C3358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3358; }
p { color: rgb(76,51,88); }
H1.HeaderClassName
{
color: #4C3358;
}
.AnyTagClassName
{
color: #4C3358;
}
</style>
background-color css
<style>
a { background-color: #4C3358; }
a { background-color: rgb(76,51,88); }
div.DivClassName
{
background-color: #4C3358;
}
.BgClassName
{
background-color: #4C3358;
}
</style>
border-color css
<style>
span { border-color: #4C3358; }
span { border-color: rgb(76,51,88); }
td.TdClassName
{
border-color: #4C3358;
}
.TagClassName
{
border-color: #4C3358;
}
</style>