Shades of Scarlet Gum #4C1F68
Tints of Scarlet Gum #4C1F68
RGB
CMYK
RGB Variations
Color information
#4C1F68 (or 0x4C1F68) is known color: Scarlet Gum. HEX triplet: 4C, 1F and 68. RGB value is (76,31,104). Sum of RGB (Red+Green+Blue) = 76+31+104=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C1F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1F68 is #B3E097. Grayscale: #343434. Windows color (decimal): -11788440 or 6823756. OLE color: 6823756.
HSL color Cylindrical-coordinate representation of color #4C1F68: hue angle of 276.99º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C1F68 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 31 | 104 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.59 |
| HSL | 276.99º | 0.54% | 0.26% | - |
| HSV(B) | 276.99º | 0.7% | 0.41% | - |
| XYZ | 5.97 | 3.52 | 13.46 | - |
| YUV | 52.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 31 | 104 | 0.27 | 0.70 | 0 | 0.59 | 276.99 | 0.54 | 0.26 |
| Hex | 4C | 1F | 68 | 1B | 46 | 0 | 3B | 115 | 36 | 1A |
| Octal | 114 | 37 | 150 | 33 | 106 | 0 | 73 | 425 | 66 | 32 |
| Binary | 1001100 | 11111 | 1101000 | 11011 | 1000110 | 0 | 111011 | 100010101 | 110110 | 11010 |
Color Harmonies of #4C1F68
Complementary color
Monochromatic Colors of #4C1F68
Black with #4C1F68
Text Example
Text Example
White with #4C1F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1F68; }
p { color: rgb(76,31,104); }
H1.HeaderClassName
{
color: #4C1F68;
}
.AnyTagClassName
{
color: #4C1F68;
}
</style>
background-color css
<style>
a { background-color: #4C1F68; }
a { background-color: rgb(76,31,104); }
div.DivClassName
{
background-color: #4C1F68;
}
.BgClassName
{
background-color: #4C1F68;
}
</style>
border-color css
<style>
span { border-color: #4C1F68; }
span { border-color: rgb(76,31,104); }
td.TdClassName
{
border-color: #4C1F68;
}
.TagClassName
{
border-color: #4C1F68;
}
</style>