Shades of Scarlet Gum #4C3360
Tints of Scarlet Gum #4C3360
RGB
CMYK
RGB Variations
Color information
#4C3360 (or 0x4C3360) is known color: Scarlet Gum. HEX triplet: 4C, 33 and 60. RGB value is (76,51,96). Sum of RGB (Red+Green+Blue) = 76+51+96=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C3360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3360 is #B3CC9F. Grayscale: #3F3F3F. Windows color (decimal): -11783328 or 6304588. OLE color: 6304588.
HSL color Cylindrical-coordinate representation of color #4C3360: hue angle of 273.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C3360 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 51 | 96 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.62 |
| HSL | 273.33º | 0.31% | 0.29% | - |
| HSV(B) | 273.33º | 0.47% | 0.38% | - |
| XYZ | 6.28 | 4.75 | 11.65 | - |
| YUV | 63.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 96 | 0.21 | 0.47 | 0 | 0.62 | 273.33 | 0.31 | 0.29 |
| Hex | 4C | 33 | 60 | 15 | 2F | 0 | 3E | 111 | 1F | 1D |
| Octal | 114 | 63 | 140 | 25 | 57 | 0 | 76 | 421 | 37 | 35 |
| Binary | 1001100 | 110011 | 1100000 | 10101 | 101111 | 0 | 111110 | 100010001 | 11111 | 11101 |
Color Harmonies of #4C3360
Complementary color
Monochromatic Colors of #4C3360
Black with #4C3360
Text Example
Text Example
White with #4C3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3360; }
p { color: rgb(76,51,96); }
H1.HeaderClassName
{
color: #4C3360;
}
.AnyTagClassName
{
color: #4C3360;
}
</style>
background-color css
<style>
a { background-color: #4C3360; }
a { background-color: rgb(76,51,96); }
div.DivClassName
{
background-color: #4C3360;
}
.BgClassName
{
background-color: #4C3360;
}
</style>
border-color css
<style>
span { border-color: #4C3360; }
span { border-color: rgb(76,51,96); }
td.TdClassName
{
border-color: #4C3360;
}
.TagClassName
{
border-color: #4C3360;
}
</style>