Shades of Scarlet Gum #4C3B5A
Tints of Scarlet Gum #4C3B5A
RGB
CMYK
RGB Variations
Color information
#4C3B5A (or 0x4C3B5A) is known color: Scarlet Gum. HEX triplet: 4C, 3B and 5A. RGB value is (76,59,90). Sum of RGB (Red+Green+Blue) = 76+59+90=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C3B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3B5A is #B3C4A5. Grayscale: #434343. Windows color (decimal): -11781286 or 5913420. OLE color: 5913420.
HSL color Cylindrical-coordinate representation of color #4C3B5A: hue angle of 272.9º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C3B5A is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 59 | 90 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.65 |
| HSL | 272.9º | 0.21% | 0.29% | - |
| HSV(B) | 272.9º | 0.34% | 0.35% | - |
| XYZ | 6.39 | 5.4 | 10.38 | - |
| YUV | 67.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 59 | 90 | 0.16 | 0.34 | 0 | 0.65 | 272.9 | 0.21 | 0.29 |
| Hex | 4C | 3B | 5A | 10 | 22 | 0 | 41 | 111 | 15 | 1D |
| Octal | 114 | 73 | 132 | 20 | 42 | 0 | 101 | 421 | 25 | 35 |
| Binary | 1001100 | 111011 | 1011010 | 10000 | 100010 | 0 | 1000001 | 100010001 | 10101 | 11101 |
Color Harmonies of #4C3B5A
Complementary color
Monochromatic Colors of #4C3B5A
Black with #4C3B5A
Text Example
Text Example
White with #4C3B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3B5A; }
p { color: rgb(76,59,90); }
H1.HeaderClassName
{
color: #4C3B5A;
}
.AnyTagClassName
{
color: #4C3B5A;
}
</style>
background-color css
<style>
a { background-color: #4C3B5A; }
a { background-color: rgb(76,59,90); }
div.DivClassName
{
background-color: #4C3B5A;
}
.BgClassName
{
background-color: #4C3B5A;
}
</style>
border-color css
<style>
span { border-color: #4C3B5A; }
span { border-color: rgb(76,59,90); }
td.TdClassName
{
border-color: #4C3B5A;
}
.TagClassName
{
border-color: #4C3B5A;
}
</style>