Shades of Scarlet Gum #4B2E5D
Tints of Scarlet Gum #4B2E5D
RGB
CMYK
RGB Variations
Color information
#4B2E5D (or 0x4B2E5D) is known color: Scarlet Gum. HEX triplet: 4B, 2E and 5D. RGB value is (75,46,93). Sum of RGB (Red+Green+Blue) = 75+46+93=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B2E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2E5D is #B4D1A2. Grayscale: #3B3B3B. Windows color (decimal): -11850147 or 6106699. OLE color: 6106699.
HSL color Cylindrical-coordinate representation of color #4B2E5D: hue angle of 277.02º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B2E5D is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 46 | 93 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.64 |
| HSL | 277.02º | 0.34% | 0.27% | - |
| HSV(B) | 277.02º | 0.51% | 0.36% | - |
| XYZ | 5.85 | 4.24 | 10.87 | - |
| YUV | 60.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 93 | 0.19 | 0.51 | 0 | 0.64 | 277.02 | 0.34 | 0.27 |
| Hex | 4B | 2E | 5D | 13 | 33 | 0 | 40 | 115 | 22 | 1B |
| Octal | 113 | 56 | 135 | 23 | 63 | 0 | 100 | 425 | 42 | 33 |
| Binary | 1001011 | 101110 | 1011101 | 10011 | 110011 | 0 | 1000000 | 100010101 | 100010 | 11011 |
Color Harmonies of #4B2E5D
Complementary color
Monochromatic Colors of #4B2E5D
Black with #4B2E5D
Text Example
Text Example
White with #4B2E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E5D; }
p { color: rgb(75,46,93); }
H1.HeaderClassName
{
color: #4B2E5D;
}
.AnyTagClassName
{
color: #4B2E5D;
}
</style>
background-color css
<style>
a { background-color: #4B2E5D; }
a { background-color: rgb(75,46,93); }
div.DivClassName
{
background-color: #4B2E5D;
}
.BgClassName
{
background-color: #4B2E5D;
}
</style>
border-color css
<style>
span { border-color: #4B2E5D; }
span { border-color: rgb(75,46,93); }
td.TdClassName
{
border-color: #4B2E5D;
}
.TagClassName
{
border-color: #4B2E5D;
}
</style>