Shades of Scarlet Gum #4C1A67
Tints of Scarlet Gum #4C1A67
RGB
CMYK
RGB Variations
Color information
#4C1A67 (or 0x4C1A67) is known color: Scarlet Gum. HEX triplet: 4C, 1A and 67. RGB value is (76,26,103). Sum of RGB (Red+Green+Blue) = 76+26+103=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C1A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1A67 is #B3E598. Grayscale: #313131. Windows color (decimal): -11789721 or 6756940. OLE color: 6756940.
HSL color Cylindrical-coordinate representation of color #4C1A67: hue angle of 278.96º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1A67 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 26 | 103 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.60 |
| HSL | 278.96º | 0.6% | 0.25% | - |
| HSV(B) | 278.96º | 0.75% | 0.4% | - |
| XYZ | 5.8 | 3.25 | 13.15 | - |
| YUV | 49.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 103 | 0.26 | 0.75 | 0 | 0.60 | 278.96 | 0.6 | 0.25 |
| Hex | 4C | 1A | 67 | 1A | 4B | 0 | 3C | 117 | 3C | 19 |
| Octal | 114 | 32 | 147 | 32 | 113 | 0 | 74 | 427 | 74 | 31 |
| Binary | 1001100 | 11010 | 1100111 | 11010 | 1001011 | 0 | 111100 | 100010111 | 111100 | 11001 |
Color Harmonies of #4C1A67
Complementary color
Monochromatic Colors of #4C1A67
Black with #4C1A67
Text Example
Text Example
White with #4C1A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1A67; }
p { color: rgb(76,26,103); }
H1.HeaderClassName
{
color: #4C1A67;
}
.AnyTagClassName
{
color: #4C1A67;
}
</style>
background-color css
<style>
a { background-color: #4C1A67; }
a { background-color: rgb(76,26,103); }
div.DivClassName
{
background-color: #4C1A67;
}
.BgClassName
{
background-color: #4C1A67;
}
</style>
border-color css
<style>
span { border-color: #4C1A67; }
span { border-color: rgb(76,26,103); }
td.TdClassName
{
border-color: #4C1A67;
}
.TagClassName
{
border-color: #4C1A67;
}
</style>