Shades of Scarlet Gum #4C4154
Tints of Scarlet Gum #4C4154
RGB
CMYK
RGB Variations
Color information
#4C4154 (or 0x4C4154) is known color: Scarlet Gum. HEX triplet: 4C, 41 and 54. RGB value is (76,65,84). Sum of RGB (Red+Green+Blue) = 76+65+84=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #4C4154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4154 is #B3BEAB. Grayscale: #464646. Windows color (decimal): -11779756 or 5521740. OLE color: 5521740.
HSL color Cylindrical-coordinate representation of color #4C4154: hue angle of 274.74º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C4154 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 65 | 84 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.67 |
| HSL | 274.74º | 0.13% | 0.29% | - |
| HSV(B) | 274.74º | 0.23% | 0.33% | - |
| XYZ | 6.47 | 5.96 | 9.2 | - |
| YUV | 70.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 84 | 0.10 | 0.23 | 0 | 0.67 | 274.74 | 0.13 | 0.29 |
| Hex | 4C | 41 | 54 | A | 17 | 0 | 43 | 113 | D | 1D |
| Octal | 114 | 101 | 124 | 12 | 27 | 0 | 103 | 423 | 15 | 35 |
| Binary | 1001100 | 1000001 | 1010100 | 1010 | 10111 | 0 | 1000011 | 100010011 | 1101 | 11101 |
Color Harmonies of #4C4154
Complementary color
Monochromatic Colors of #4C4154
Black with #4C4154
Text Example
Text Example
White with #4C4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4154; }
p { color: rgb(76,65,84); }
H1.HeaderClassName
{
color: #4C4154;
}
.AnyTagClassName
{
color: #4C4154;
}
</style>
background-color css
<style>
a { background-color: #4C4154; }
a { background-color: rgb(76,65,84); }
div.DivClassName
{
background-color: #4C4154;
}
.BgClassName
{
background-color: #4C4154;
}
</style>
border-color css
<style>
span { border-color: #4C4154; }
span { border-color: rgb(76,65,84); }
td.TdClassName
{
border-color: #4C4154;
}
.TagClassName
{
border-color: #4C4154;
}
</style>