Shades of Scarlet Gum #4B2958
Tints of Scarlet Gum #4B2958
RGB
CMYK
RGB Variations
Color information
#4B2958 (or 0x4B2958) is known color: Scarlet Gum. HEX triplet: 4B, 29 and 58. RGB value is (75,41,88). Sum of RGB (Red+Green+Blue) = 75+41+88=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B2958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2958 is #B4D6A7. Grayscale: #383838. Windows color (decimal): -11851432 or 5777739. OLE color: 5777739.
HSL color Cylindrical-coordinate representation of color #4B2958: hue angle of 283.4º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B2958 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 41 | 88 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.65 |
| HSL | 283.4º | 0.36% | 0.25% | - |
| HSV(B) | 283.4º | 0.53% | 0.35% | - |
| XYZ | 5.46 | 3.79 | 9.68 | - |
| YUV | 56.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 88 | 0.15 | 0.53 | 0 | 0.65 | 283.4 | 0.36 | 0.25 |
| Hex | 4B | 29 | 58 | F | 35 | 0 | 41 | 11B | 24 | 19 |
| Octal | 113 | 51 | 130 | 17 | 65 | 0 | 101 | 433 | 44 | 31 |
| Binary | 1001011 | 101001 | 1011000 | 1111 | 110101 | 0 | 1000001 | 100011011 | 100100 | 11001 |
Color Harmonies of #4B2958
Complementary color
Monochromatic Colors of #4B2958
Black with #4B2958
Text Example
Text Example
White with #4B2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2958; }
p { color: rgb(75,41,88); }
H1.HeaderClassName
{
color: #4B2958;
}
.AnyTagClassName
{
color: #4B2958;
}
</style>
background-color css
<style>
a { background-color: #4B2958; }
a { background-color: rgb(75,41,88); }
div.DivClassName
{
background-color: #4B2958;
}
.BgClassName
{
background-color: #4B2958;
}
</style>
border-color css
<style>
span { border-color: #4B2958; }
span { border-color: rgb(75,41,88); }
td.TdClassName
{
border-color: #4B2958;
}
.TagClassName
{
border-color: #4B2958;
}
</style>