Shades of Scarlet Gum #4C365C
Tints of Scarlet Gum #4C365C
RGB
CMYK
RGB Variations
Color information
#4C365C (or 0x4C365C) is known color: Scarlet Gum. HEX triplet: 4C, 36 and 5C. RGB value is (76,54,92). Sum of RGB (Red+Green+Blue) = 76+54+92=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C365C is #B3C9A3. Grayscale: #404040. Windows color (decimal): -11782564 or 6043212. OLE color: 6043212.
HSL color Cylindrical-coordinate representation of color #4C365C: hue angle of 274.74º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C365C is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 54 | 92 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.64 |
| HSL | 274.74º | 0.26% | 0.29% | - |
| HSV(B) | 274.74º | 0.41% | 0.36% | - |
| XYZ | 6.23 | 4.95 | 10.75 | - |
| YUV | 64.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 92 | 0.17 | 0.41 | 0 | 0.64 | 274.74 | 0.26 | 0.29 |
| Hex | 4C | 36 | 5C | 11 | 29 | 0 | 40 | 113 | 1A | 1D |
| Octal | 114 | 66 | 134 | 21 | 51 | 0 | 100 | 423 | 32 | 35 |
| Binary | 1001100 | 110110 | 1011100 | 10001 | 101001 | 0 | 1000000 | 100010011 | 11010 | 11101 |
Color Harmonies of #4C365C
Complementary color
Monochromatic Colors of #4C365C
Black with #4C365C
Text Example
Text Example
White with #4C365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C365C; }
p { color: rgb(76,54,92); }
H1.HeaderClassName
{
color: #4C365C;
}
.AnyTagClassName
{
color: #4C365C;
}
</style>
background-color css
<style>
a { background-color: #4C365C; }
a { background-color: rgb(76,54,92); }
div.DivClassName
{
background-color: #4C365C;
}
.BgClassName
{
background-color: #4C365C;
}
</style>
border-color css
<style>
span { border-color: #4C365C; }
span { border-color: rgb(76,54,92); }
td.TdClassName
{
border-color: #4C365C;
}
.TagClassName
{
border-color: #4C365C;
}
</style>