Shades of Scarlet Gum #4C3759
Tints of Scarlet Gum #4C3759
RGB
CMYK
RGB Variations
Color information
#4C3759 (or 0x4C3759) is known color: Scarlet Gum. HEX triplet: 4C, 37 and 59. RGB value is (76,55,89). Sum of RGB (Red+Green+Blue) = 76+55+89=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C3759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3759 is #B3C8A6. Grayscale: #414141. Windows color (decimal): -11782311 or 5846860. OLE color: 5846860.
HSL color Cylindrical-coordinate representation of color #4C3759: hue angle of 277.06º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C3759 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 55 | 89 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.65 |
| HSL | 277.06º | 0.24% | 0.28% | - |
| HSV(B) | 277.06º | 0.38% | 0.35% | - |
| XYZ | 6.15 | 4.99 | 10.09 | - |
| YUV | 65.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 89 | 0.15 | 0.38 | 0 | 0.65 | 277.06 | 0.24 | 0.28 |
| Hex | 4C | 37 | 59 | F | 26 | 0 | 41 | 115 | 18 | 1C |
| Octal | 114 | 67 | 131 | 17 | 46 | 0 | 101 | 425 | 30 | 34 |
| Binary | 1001100 | 110111 | 1011001 | 1111 | 100110 | 0 | 1000001 | 100010101 | 11000 | 11100 |
Color Harmonies of #4C3759
Complementary color
Monochromatic Colors of #4C3759
Black with #4C3759
Text Example
Text Example
White with #4C3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3759; }
p { color: rgb(76,55,89); }
H1.HeaderClassName
{
color: #4C3759;
}
.AnyTagClassName
{
color: #4C3759;
}
</style>
background-color css
<style>
a { background-color: #4C3759; }
a { background-color: rgb(76,55,89); }
div.DivClassName
{
background-color: #4C3759;
}
.BgClassName
{
background-color: #4C3759;
}
</style>
border-color css
<style>
span { border-color: #4C3759; }
span { border-color: rgb(76,55,89); }
td.TdClassName
{
border-color: #4C3759;
}
.TagClassName
{
border-color: #4C3759;
}
</style>