Shades of Scarlet Gum #4C4054
Tints of Scarlet Gum #4C4054
RGB
CMYK
RGB Variations
Color information
#4C4054 (or 0x4C4054) is known color: Scarlet Gum. HEX triplet: 4C, 40 and 54. RGB value is (76,64,84). Sum of RGB (Red+Green+Blue) = 76+64+84=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #4C4054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4054 is #B3BFAB. Grayscale: #454545. Windows color (decimal): -11780012 or 5521484. OLE color: 5521484.
HSL color Cylindrical-coordinate representation of color #4C4054: hue angle of 276º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C4054 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 64 | 84 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.67 |
| HSL | 276º | 0.14% | 0.29% | - |
| HSV(B) | 276º | 0.24% | 0.33% | - |
| XYZ | 6.41 | 5.84 | 9.18 | - |
| YUV | 69.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 84 | 0.10 | 0.24 | 0 | 0.67 | 276 | 0.14 | 0.29 |
| Hex | 4C | 40 | 54 | A | 18 | 0 | 43 | 114 | E | 1D |
| Octal | 114 | 100 | 124 | 12 | 30 | 0 | 103 | 424 | 16 | 35 |
| Binary | 1001100 | 1000000 | 1010100 | 1010 | 11000 | 0 | 1000011 | 100010100 | 1110 | 11101 |
Color Harmonies of #4C4054
Complementary color
Monochromatic Colors of #4C4054
Black with #4C4054
Text Example
Text Example
White with #4C4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4054; }
p { color: rgb(76,64,84); }
H1.HeaderClassName
{
color: #4C4054;
}
.AnyTagClassName
{
color: #4C4054;
}
</style>
background-color css
<style>
a { background-color: #4C4054; }
a { background-color: rgb(76,64,84); }
div.DivClassName
{
background-color: #4C4054;
}
.BgClassName
{
background-color: #4C4054;
}
</style>
border-color css
<style>
span { border-color: #4C4054; }
span { border-color: rgb(76,64,84); }
td.TdClassName
{
border-color: #4C4054;
}
.TagClassName
{
border-color: #4C4054;
}
</style>