Shades of Scarlet Gum #4C1066
Tints of Scarlet Gum #4C1066
RGB
CMYK
RGB Variations
Color information
#4C1066 (or 0x4C1066) is known color: Scarlet Gum. HEX triplet: 4C, 10 and 66. RGB value is (76,16,102). Sum of RGB (Red+Green+Blue) = 76+16+102=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #4C1066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1066 is #B3EF99. Grayscale: #2B2B2B. Windows color (decimal): -11792282 or 6688844. OLE color: 6688844.
HSL color Cylindrical-coordinate representation of color #4C1066: hue angle of 281.86º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1066 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 76 | 16 | 102 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.6 |
| HSL | 281.86º | 0.73% | 0.23% | - |
| HSV(B) | 281.86º | 0.84% | 0.4% | - |
| XYZ | 5.56 | 2.87 | 12.83 | - |
| YUV | 43.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 102 | 0.25 | 0.84 | 0 | 0.6 | 281.86 | 0.73 | 0.23 |
| Hex | 4C | 10 | 66 | 19 | 54 | 0 | 3C | 11A | 49 | 17 |
| Octal | 114 | 20 | 146 | 31 | 124 | 0 | 74 | 432 | 111 | 27 |
| Binary | 1001100 | 10000 | 1100110 | 11001 | 1010100 | 0 | 111100 | 100011010 | 1001001 | 10111 |
Color Harmonies of #4C1066
Complementary color
Monochromatic Colors of #4C1066
Black with #4C1066
Text Example
Text Example
White with #4C1066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1066; }
p { color: rgb(76,16,102); }
H1.HeaderClassName
{
color: #4C1066;
}
.AnyTagClassName
{
color: #4C1066;
}
</style>
background-color css
<style>
a { background-color: #4C1066; }
a { background-color: rgb(76,16,102); }
div.DivClassName
{
background-color: #4C1066;
}
.BgClassName
{
background-color: #4C1066;
}
</style>
border-color css
<style>
span { border-color: #4C1066; }
span { border-color: rgb(76,16,102); }
td.TdClassName
{
border-color: #4C1066;
}
.TagClassName
{
border-color: #4C1066;
}
</style>