Shades of Scarlet Gum #4B2C58
Tints of Scarlet Gum #4B2C58
RGB
CMYK
RGB Variations
Color information
#4B2C58 (or 0x4B2C58) is known color: Scarlet Gum. HEX triplet: 4B, 2C and 58. RGB value is (75,44,88). Sum of RGB (Red+Green+Blue) = 75+44+88=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B2C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2C58 is #B4D3A7. Grayscale: #3A3A3A. Windows color (decimal): -11850664 or 5778507. OLE color: 5778507.
HSL color Cylindrical-coordinate representation of color #4B2C58: hue angle of 282.27º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B2C58 is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 44 | 88 | - |
| CMYK | 0.15 | 0.5 | 0 | 0.65 |
| HSL | 282.27º | 0.33% | 0.26% | - |
| HSV(B) | 282.27º | 0.5% | 0.35% | - |
| XYZ | 5.56 | 4 | 9.71 | - |
| YUV | 58.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 44 | 88 | 0.15 | 0.5 | 0 | 0.65 | 282.27 | 0.33 | 0.26 |
| Hex | 4B | 2C | 58 | F | 32 | 0 | 41 | 11A | 21 | 1A |
| Octal | 113 | 54 | 130 | 17 | 62 | 0 | 101 | 432 | 41 | 32 |
| Binary | 1001011 | 101100 | 1011000 | 1111 | 110010 | 0 | 1000001 | 100011010 | 100001 | 11010 |
Color Harmonies of #4B2C58
Complementary color
Monochromatic Colors of #4B2C58
Black with #4B2C58
Text Example
Text Example
White with #4B2C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2C58; }
p { color: rgb(75,44,88); }
H1.HeaderClassName
{
color: #4B2C58;
}
.AnyTagClassName
{
color: #4B2C58;
}
</style>
background-color css
<style>
a { background-color: #4B2C58; }
a { background-color: rgb(75,44,88); }
div.DivClassName
{
background-color: #4B2C58;
}
.BgClassName
{
background-color: #4B2C58;
}
</style>
border-color css
<style>
span { border-color: #4B2C58; }
span { border-color: rgb(75,44,88); }
td.TdClassName
{
border-color: #4B2C58;
}
.TagClassName
{
border-color: #4B2C58;
}
</style>