Shades of Scarlet Gum #4C1968
Tints of Scarlet Gum #4C1968
RGB
CMYK
RGB Variations
Color information
#4C1968 (or 0x4C1968) is known color: Scarlet Gum. HEX triplet: 4C, 19 and 68. RGB value is (76,25,104). Sum of RGB (Red+Green+Blue) = 76+25+104=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C1968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1968 is #B3E697. Grayscale: #303030. Windows color (decimal): -11789976 or 6822220. OLE color: 6822220.
HSL color Cylindrical-coordinate representation of color #4C1968: hue angle of 278.73º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C1968 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 25 | 104 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.59 |
| HSL | 278.73º | 0.61% | 0.25% | - |
| HSV(B) | 278.73º | 0.76% | 0.41% | - |
| XYZ | 5.83 | 3.23 | 13.41 | - |
| YUV | 49.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 104 | 0.27 | 0.76 | 0 | 0.59 | 278.73 | 0.61 | 0.25 |
| Hex | 4C | 19 | 68 | 1B | 4C | 0 | 3B | 117 | 3D | 19 |
| Octal | 114 | 31 | 150 | 33 | 114 | 0 | 73 | 427 | 75 | 31 |
| Binary | 1001100 | 11001 | 1101000 | 11011 | 1001100 | 0 | 111011 | 100010111 | 111101 | 11001 |
Color Harmonies of #4C1968
Complementary color
Monochromatic Colors of #4C1968
Black with #4C1968
Text Example
Text Example
White with #4C1968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1968; }
p { color: rgb(76,25,104); }
H1.HeaderClassName
{
color: #4C1968;
}
.AnyTagClassName
{
color: #4C1968;
}
</style>
background-color css
<style>
a { background-color: #4C1968; }
a { background-color: rgb(76,25,104); }
div.DivClassName
{
background-color: #4C1968;
}
.BgClassName
{
background-color: #4C1968;
}
</style>
border-color css
<style>
span { border-color: #4C1968; }
span { border-color: rgb(76,25,104); }
td.TdClassName
{
border-color: #4C1968;
}
.TagClassName
{
border-color: #4C1968;
}
</style>