Shades of Scarlet Gum #4C2262
Tints of Scarlet Gum #4C2262
RGB
CMYK
RGB Variations
Color information
#4C2262 (or 0x4C2262) is known color: Scarlet Gum. HEX triplet: 4C, 22 and 62. RGB value is (76,34,98). Sum of RGB (Red+Green+Blue) = 76+34+98=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C2262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2262 is #B3DD9D. Grayscale: #353535. Windows color (decimal): -11787678 or 6431308. OLE color: 6431308.
HSL color Cylindrical-coordinate representation of color #4C2262: hue angle of 279.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C2262 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 34 | 98 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.62 |
| HSL | 279.38º | 0.48% | 0.26% | - |
| HSV(B) | 279.38º | 0.65% | 0.38% | - |
| XYZ | 5.76 | 3.56 | 11.94 | - |
| YUV | 53.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 98 | 0.22 | 0.65 | 0 | 0.62 | 279.38 | 0.48 | 0.26 |
| Hex | 4C | 22 | 62 | 16 | 41 | 0 | 3E | 117 | 30 | 1A |
| Octal | 114 | 42 | 142 | 26 | 101 | 0 | 76 | 427 | 60 | 32 |
| Binary | 1001100 | 100010 | 1100010 | 10110 | 1000001 | 0 | 111110 | 100010111 | 110000 | 11010 |
Color Harmonies of #4C2262
Complementary color
Monochromatic Colors of #4C2262
Black with #4C2262
Text Example
Text Example
White with #4C2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2262; }
p { color: rgb(76,34,98); }
H1.HeaderClassName
{
color: #4C2262;
}
.AnyTagClassName
{
color: #4C2262;
}
</style>
background-color css
<style>
a { background-color: #4C2262; }
a { background-color: rgb(76,34,98); }
div.DivClassName
{
background-color: #4C2262;
}
.BgClassName
{
background-color: #4C2262;
}
</style>
border-color css
<style>
span { border-color: #4C2262; }
span { border-color: rgb(76,34,98); }
td.TdClassName
{
border-color: #4C2262;
}
.TagClassName
{
border-color: #4C2262;
}
</style>