Shades of Scarlet Gum #4B3459
Tints of Scarlet Gum #4B3459
RGB
CMYK
RGB Variations
Color information
#4B3459 (or 0x4B3459) is known color: Scarlet Gum. HEX triplet: 4B, 34 and 59. RGB value is (75,52,89). Sum of RGB (Red+Green+Blue) = 75+52+89=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B3459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3459 is #B4CBA6. Grayscale: #3E3E3E. Windows color (decimal): -11848615 or 5846091. OLE color: 5846091.
HSL color Cylindrical-coordinate representation of color #4B3459: hue angle of 277.3º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B3459 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 52 | 89 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.65 |
| HSL | 277.3º | 0.26% | 0.28% | - |
| HSV(B) | 277.3º | 0.42% | 0.35% | - |
| XYZ | 5.93 | 4.67 | 10.04 | - |
| YUV | 63.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 89 | 0.16 | 0.42 | 0 | 0.65 | 277.3 | 0.26 | 0.28 |
| Hex | 4B | 34 | 59 | 10 | 2A | 0 | 41 | 115 | 1A | 1C |
| Octal | 113 | 64 | 131 | 20 | 52 | 0 | 101 | 425 | 32 | 34 |
| Binary | 1001011 | 110100 | 1011001 | 10000 | 101010 | 0 | 1000001 | 100010101 | 11010 | 11100 |
Color Harmonies of #4B3459
Complementary color
Monochromatic Colors of #4B3459
Black with #4B3459
Text Example
Text Example
White with #4B3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3459; }
p { color: rgb(75,52,89); }
H1.HeaderClassName
{
color: #4B3459;
}
.AnyTagClassName
{
color: #4B3459;
}
</style>
background-color css
<style>
a { background-color: #4B3459; }
a { background-color: rgb(75,52,89); }
div.DivClassName
{
background-color: #4B3459;
}
.BgClassName
{
background-color: #4B3459;
}
</style>
border-color css
<style>
span { border-color: #4B3459; }
span { border-color: rgb(75,52,89); }
td.TdClassName
{
border-color: #4B3459;
}
.TagClassName
{
border-color: #4B3459;
}
</style>