Shades of Scarlet Gum #4C3055
Tints of Scarlet Gum #4C3055
RGB
CMYK
RGB Variations
Color information
#4C3055 (or 0x4C3055) is known color: Scarlet Gum. HEX triplet: 4C, 30 and 55. RGB value is (76,48,85). Sum of RGB (Red+Green+Blue) = 76+48+85=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C3055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3055 is #B3CFAA. Grayscale: #3C3C3C. Windows color (decimal): -11784107 or 5582924. OLE color: 5582924.
HSL color Cylindrical-coordinate representation of color #4C3055: hue angle of 285.41º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C3055 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 48 | 85 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.67 |
| HSL | 285.41º | 0.28% | 0.26% | - |
| HSV(B) | 285.41º | 0.44% | 0.33% | - |
| XYZ | 5.68 | 4.31 | 9.13 | - |
| YUV | 60.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 85 | 0.11 | 0.44 | 0 | 0.67 | 285.41 | 0.28 | 0.26 |
| Hex | 4C | 30 | 55 | B | 2C | 0 | 43 | 11D | 1C | 1A |
| Octal | 114 | 60 | 125 | 13 | 54 | 0 | 103 | 435 | 34 | 32 |
| Binary | 1001100 | 110000 | 1010101 | 1011 | 101100 | 0 | 1000011 | 100011101 | 11100 | 11010 |
Color Harmonies of #4C3055
Complementary color
Monochromatic Colors of #4C3055
Black with #4C3055
Text Example
Text Example
White with #4C3055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3055; }
p { color: rgb(76,48,85); }
H1.HeaderClassName
{
color: #4C3055;
}
.AnyTagClassName
{
color: #4C3055;
}
</style>
background-color css
<style>
a { background-color: #4C3055; }
a { background-color: rgb(76,48,85); }
div.DivClassName
{
background-color: #4C3055;
}
.BgClassName
{
background-color: #4C3055;
}
</style>
border-color css
<style>
span { border-color: #4C3055; }
span { border-color: rgb(76,48,85); }
td.TdClassName
{
border-color: #4C3055;
}
.TagClassName
{
border-color: #4C3055;
}
</style>