Shades of Scarlet Gum #4C1463
Tints of Scarlet Gum #4C1463
RGB
CMYK
RGB Variations
Color information
#4C1463 (or 0x4C1463) is known color: Scarlet Gum. HEX triplet: 4C, 14 and 63. RGB value is (76,20,99). Sum of RGB (Red+Green+Blue) = 76+20+99=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C1463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1463 is #B3EB9C. Grayscale: #2D2D2D. Windows color (decimal): -11791261 or 6493260. OLE color: 6493260.
HSL color Cylindrical-coordinate representation of color #4C1463: hue angle of 282.53º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C1463 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 20 | 99 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.61 |
| HSL | 282.53º | 0.66% | 0.23% | - |
| HSV(B) | 282.53º | 0.8% | 0.39% | - |
| XYZ | 5.48 | 2.94 | 12.08 | - |
| YUV | 45.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 99 | 0.23 | 0.80 | 0 | 0.61 | 282.53 | 0.66 | 0.23 |
| Hex | 4C | 14 | 63 | 17 | 50 | 0 | 3D | 11B | 42 | 17 |
| Octal | 114 | 24 | 143 | 27 | 120 | 0 | 75 | 433 | 102 | 27 |
| Binary | 1001100 | 10100 | 1100011 | 10111 | 1010000 | 0 | 111101 | 100011011 | 1000010 | 10111 |
Color Harmonies of #4C1463
Complementary color
Monochromatic Colors of #4C1463
Black with #4C1463
Text Example
Text Example
White with #4C1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1463; }
p { color: rgb(76,20,99); }
H1.HeaderClassName
{
color: #4C1463;
}
.AnyTagClassName
{
color: #4C1463;
}
</style>
background-color css
<style>
a { background-color: #4C1463; }
a { background-color: rgb(76,20,99); }
div.DivClassName
{
background-color: #4C1463;
}
.BgClassName
{
background-color: #4C1463;
}
</style>
border-color css
<style>
span { border-color: #4C1463; }
span { border-color: rgb(76,20,99); }
td.TdClassName
{
border-color: #4C1463;
}
.TagClassName
{
border-color: #4C1463;
}
</style>