Shades of Scarlet Gum #4C1462
Tints of Scarlet Gum #4C1462
RGB
CMYK
RGB Variations
Color information
#4C1462 (or 0x4C1462) is known color: Scarlet Gum. HEX triplet: 4C, 14 and 62. RGB value is (76,20,98). Sum of RGB (Red+Green+Blue) = 76+20+98=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C1462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1462 is #B3EB9D. Grayscale: #2D2D2D. Windows color (decimal): -11791262 or 6427724. OLE color: 6427724.
HSL color Cylindrical-coordinate representation of color #4C1462: hue angle of 283.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C1462 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 20 | 98 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.62 |
| HSL | 283.08º | 0.66% | 0.23% | - |
| HSV(B) | 283.08º | 0.8% | 0.38% | - |
| XYZ | 5.44 | 2.92 | 11.83 | - |
| YUV | 45.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 98 | 0.22 | 0.80 | 0 | 0.62 | 283.08 | 0.66 | 0.23 |
| Hex | 4C | 14 | 62 | 16 | 50 | 0 | 3E | 11B | 42 | 17 |
| Octal | 114 | 24 | 142 | 26 | 120 | 0 | 76 | 433 | 102 | 27 |
| Binary | 1001100 | 10100 | 1100010 | 10110 | 1010000 | 0 | 111110 | 100011011 | 1000010 | 10111 |
Color Harmonies of #4C1462
Complementary color
Monochromatic Colors of #4C1462
Black with #4C1462
Text Example
Text Example
White with #4C1462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1462; }
p { color: rgb(76,20,98); }
H1.HeaderClassName
{
color: #4C1462;
}
.AnyTagClassName
{
color: #4C1462;
}
</style>
background-color css
<style>
a { background-color: #4C1462; }
a { background-color: rgb(76,20,98); }
div.DivClassName
{
background-color: #4C1462;
}
.BgClassName
{
background-color: #4C1462;
}
</style>
border-color css
<style>
span { border-color: #4C1462; }
span { border-color: rgb(76,20,98); }
td.TdClassName
{
border-color: #4C1462;
}
.TagClassName
{
border-color: #4C1462;
}
</style>