Shades of Scarlet Gum #4C2657
Tints of Scarlet Gum #4C2657
RGB
CMYK
RGB Variations
Color information
#4C2657 (or 0x4C2657) is known color: Scarlet Gum. HEX triplet: 4C, 26 and 57. RGB value is (76,38,87). Sum of RGB (Red+Green+Blue) = 76+38+87=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C2657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2657 is #B3D9A8. Grayscale: #363636. Windows color (decimal): -11786665 or 5711436. OLE color: 5711436.
HSL color Cylindrical-coordinate representation of color #4C2657: hue angle of 286.53º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C2657 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 38 | 87 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.66 |
| HSL | 286.53º | 0.39% | 0.25% | - |
| HSV(B) | 286.53º | 0.56% | 0.34% | - |
| XYZ | 5.39 | 3.61 | 9.43 | - |
| YUV | 54.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 87 | 0.13 | 0.56 | 0 | 0.66 | 286.53 | 0.39 | 0.25 |
| Hex | 4C | 26 | 57 | D | 38 | 0 | 42 | 11F | 27 | 19 |
| Octal | 114 | 46 | 127 | 15 | 70 | 0 | 102 | 437 | 47 | 31 |
| Binary | 1001100 | 100110 | 1010111 | 1101 | 111000 | 0 | 1000010 | 100011111 | 100111 | 11001 |
Color Harmonies of #4C2657
Complementary color
Monochromatic Colors of #4C2657
Black with #4C2657
Text Example
Text Example
White with #4C2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2657; }
p { color: rgb(76,38,87); }
H1.HeaderClassName
{
color: #4C2657;
}
.AnyTagClassName
{
color: #4C2657;
}
</style>
background-color css
<style>
a { background-color: #4C2657; }
a { background-color: rgb(76,38,87); }
div.DivClassName
{
background-color: #4C2657;
}
.BgClassName
{
background-color: #4C2657;
}
</style>
border-color css
<style>
span { border-color: #4C2657; }
span { border-color: rgb(76,38,87); }
td.TdClassName
{
border-color: #4C2657;
}
.TagClassName
{
border-color: #4C2657;
}
</style>