Shades of Scarlet Gum #4C2266
Tints of Scarlet Gum #4C2266
RGB
CMYK
RGB Variations
Color information
#4C2266 (or 0x4C2266) is known color: Scarlet Gum. HEX triplet: 4C, 22 and 66. RGB value is (76,34,102). Sum of RGB (Red+Green+Blue) = 76+34+102=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #4C2266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2266 is #B3DD99. Grayscale: #363636. Windows color (decimal): -11787674 or 6693452. OLE color: 6693452.
HSL color Cylindrical-coordinate representation of color #4C2266: hue angle of 277.06º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C2266 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 76 | 34 | 102 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.6 |
| HSL | 277.06º | 0.5% | 0.27% | - |
| HSV(B) | 277.06º | 0.67% | 0.4% | - |
| XYZ | 5.95 | 3.64 | 12.96 | - |
| YUV | 54.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 102 | 0.25 | 0.67 | 0 | 0.6 | 277.06 | 0.5 | 0.27 |
| Hex | 4C | 22 | 66 | 19 | 43 | 0 | 3C | 115 | 32 | 1B |
| Octal | 114 | 42 | 146 | 31 | 103 | 0 | 74 | 425 | 62 | 33 |
| Binary | 1001100 | 100010 | 1100110 | 11001 | 1000011 | 0 | 111100 | 100010101 | 110010 | 11011 |
Color Harmonies of #4C2266
Complementary color
Monochromatic Colors of #4C2266
Black with #4C2266
Text Example
Text Example
White with #4C2266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2266; }
p { color: rgb(76,34,102); }
H1.HeaderClassName
{
color: #4C2266;
}
.AnyTagClassName
{
color: #4C2266;
}
</style>
background-color css
<style>
a { background-color: #4C2266; }
a { background-color: rgb(76,34,102); }
div.DivClassName
{
background-color: #4C2266;
}
.BgClassName
{
background-color: #4C2266;
}
</style>
border-color css
<style>
span { border-color: #4C2266; }
span { border-color: rgb(76,34,102); }
td.TdClassName
{
border-color: #4C2266;
}
.TagClassName
{
border-color: #4C2266;
}
</style>