Shades of Scarlet Gum #4B3356
Tints of Scarlet Gum #4B3356
RGB
CMYK
RGB Variations
Color information
#4B3356 (or 0x4B3356) is known color: Scarlet Gum. HEX triplet: 4B, 33 and 56. RGB value is (75,51,86). Sum of RGB (Red+Green+Blue) = 75+51+86=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B3356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3356 is #B4CCA9. Grayscale: #3E3E3E. Windows color (decimal): -11848874 or 5649227. OLE color: 5649227.
HSL color Cylindrical-coordinate representation of color #4B3356: hue angle of 281.14º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B3356 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 51 | 86 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.66 |
| HSL | 281.14º | 0.26% | 0.27% | - |
| HSV(B) | 281.14º | 0.41% | 0.34% | - |
| XYZ | 5.77 | 4.54 | 9.38 | - |
| YUV | 62.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 86 | 0.13 | 0.41 | 0 | 0.66 | 281.14 | 0.26 | 0.27 |
| Hex | 4B | 33 | 56 | D | 29 | 0 | 42 | 119 | 1A | 1B |
| Octal | 113 | 63 | 126 | 15 | 51 | 0 | 102 | 431 | 32 | 33 |
| Binary | 1001011 | 110011 | 1010110 | 1101 | 101001 | 0 | 1000010 | 100011001 | 11010 | 11011 |
Color Harmonies of #4B3356
Complementary color
Monochromatic Colors of #4B3356
Black with #4B3356
Text Example
Text Example
White with #4B3356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3356; }
p { color: rgb(75,51,86); }
H1.HeaderClassName
{
color: #4B3356;
}
.AnyTagClassName
{
color: #4B3356;
}
</style>
background-color css
<style>
a { background-color: #4B3356; }
a { background-color: rgb(75,51,86); }
div.DivClassName
{
background-color: #4B3356;
}
.BgClassName
{
background-color: #4B3356;
}
</style>
border-color css
<style>
span { border-color: #4B3356; }
span { border-color: rgb(75,51,86); }
td.TdClassName
{
border-color: #4B3356;
}
.TagClassName
{
border-color: #4B3356;
}
</style>