Shades of Scarlet Gum #4B3859
Tints of Scarlet Gum #4B3859
RGB
CMYK
RGB Variations
Color information
#4B3859 (or 0x4B3859) is known color: Scarlet Gum. HEX triplet: 4B, 38 and 59. RGB value is (75,56,89). Sum of RGB (Red+Green+Blue) = 75+56+89=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B3859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3859 is #B4C7A6. Grayscale: #414141. Windows color (decimal): -11847591 or 5847115. OLE color: 5847115.
HSL color Cylindrical-coordinate representation of color #4B3859: hue angle of 274.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B3859 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 56 | 89 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.65 |
| HSL | 274.55º | 0.23% | 0.28% | - |
| HSV(B) | 274.55º | 0.37% | 0.35% | - |
| XYZ | 6.12 | 5.05 | 10.1 | - |
| YUV | 65.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 89 | 0.16 | 0.37 | 0 | 0.65 | 274.55 | 0.23 | 0.28 |
| Hex | 4B | 38 | 59 | 10 | 25 | 0 | 41 | 113 | 17 | 1C |
| Octal | 113 | 70 | 131 | 20 | 45 | 0 | 101 | 423 | 27 | 34 |
| Binary | 1001011 | 111000 | 1011001 | 10000 | 100101 | 0 | 1000001 | 100010011 | 10111 | 11100 |
Color Harmonies of #4B3859
Complementary color
Monochromatic Colors of #4B3859
Black with #4B3859
Text Example
Text Example
White with #4B3859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3859; }
p { color: rgb(75,56,89); }
H1.HeaderClassName
{
color: #4B3859;
}
.AnyTagClassName
{
color: #4B3859;
}
</style>
background-color css
<style>
a { background-color: #4B3859; }
a { background-color: rgb(75,56,89); }
div.DivClassName
{
background-color: #4B3859;
}
.BgClassName
{
background-color: #4B3859;
}
</style>
border-color css
<style>
span { border-color: #4B3859; }
span { border-color: rgb(75,56,89); }
td.TdClassName
{
border-color: #4B3859;
}
.TagClassName
{
border-color: #4B3859;
}
</style>