Shades of Scarlet Gum #4C395B
Tints of Scarlet Gum #4C395B
RGB
CMYK
RGB Variations
Color information
#4C395B (or 0x4C395B) is known color: Scarlet Gum. HEX triplet: 4C, 39 and 5B. RGB value is (76,57,91). Sum of RGB (Red+Green+Blue) = 76+57+91=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C395B is #B3C6A4. Grayscale: #424242. Windows color (decimal): -11781797 or 5978444. OLE color: 5978444.
HSL color Cylindrical-coordinate representation of color #4C395B: hue angle of 273.53º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C395B is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 57 | 91 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.64 |
| HSL | 273.53º | 0.23% | 0.29% | - |
| HSV(B) | 273.53º | 0.37% | 0.36% | - |
| XYZ | 6.33 | 5.22 | 10.57 | - |
| YUV | 66.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 91 | 0.16 | 0.37 | 0 | 0.64 | 273.53 | 0.23 | 0.29 |
| Hex | 4C | 39 | 5B | 10 | 25 | 0 | 40 | 112 | 17 | 1D |
| Octal | 114 | 71 | 133 | 20 | 45 | 0 | 100 | 422 | 27 | 35 |
| Binary | 1001100 | 111001 | 1011011 | 10000 | 100101 | 0 | 1000000 | 100010010 | 10111 | 11101 |
Color Harmonies of #4C395B
Complementary color
Monochromatic Colors of #4C395B
Black with #4C395B
Text Example
Text Example
White with #4C395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C395B; }
p { color: rgb(76,57,91); }
H1.HeaderClassName
{
color: #4C395B;
}
.AnyTagClassName
{
color: #4C395B;
}
</style>
background-color css
<style>
a { background-color: #4C395B; }
a { background-color: rgb(76,57,91); }
div.DivClassName
{
background-color: #4C395B;
}
.BgClassName
{
background-color: #4C395B;
}
</style>
border-color css
<style>
span { border-color: #4C395B; }
span { border-color: rgb(76,57,91); }
td.TdClassName
{
border-color: #4C395B;
}
.TagClassName
{
border-color: #4C395B;
}
</style>