Shades of Scarlet Gum #4C3658
Tints of Scarlet Gum #4C3658
RGB
CMYK
RGB Variations
Color information
#4C3658 (or 0x4C3658) is known color: Scarlet Gum. HEX triplet: 4C, 36 and 58. RGB value is (76,54,88). Sum of RGB (Red+Green+Blue) = 76+54+88=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C3658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3658 is #B3C9A7. Grayscale: #404040. Windows color (decimal): -11782568 or 5781068. OLE color: 5781068.
HSL color Cylindrical-coordinate representation of color #4C3658: hue angle of 278.82º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C3658 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 54 | 88 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.65 |
| HSL | 278.82º | 0.24% | 0.28% | - |
| HSV(B) | 278.82º | 0.39% | 0.35% | - |
| XYZ | 6.06 | 4.88 | 9.85 | - |
| YUV | 64.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 88 | 0.14 | 0.39 | 0 | 0.65 | 278.82 | 0.24 | 0.28 |
| Hex | 4C | 36 | 58 | E | 27 | 0 | 41 | 117 | 18 | 1C |
| Octal | 114 | 66 | 130 | 16 | 47 | 0 | 101 | 427 | 30 | 34 |
| Binary | 1001100 | 110110 | 1011000 | 1110 | 100111 | 0 | 1000001 | 100010111 | 11000 | 11100 |
Color Harmonies of #4C3658
Complementary color
Monochromatic Colors of #4C3658
Black with #4C3658
Text Example
Text Example
White with #4C3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3658; }
p { color: rgb(76,54,88); }
H1.HeaderClassName
{
color: #4C3658;
}
.AnyTagClassName
{
color: #4C3658;
}
</style>
background-color css
<style>
a { background-color: #4C3658; }
a { background-color: rgb(76,54,88); }
div.DivClassName
{
background-color: #4C3658;
}
.BgClassName
{
background-color: #4C3658;
}
</style>
border-color css
<style>
span { border-color: #4C3658; }
span { border-color: rgb(76,54,88); }
td.TdClassName
{
border-color: #4C3658;
}
.TagClassName
{
border-color: #4C3658;
}
</style>