Shades of Scarlet Gum #4B335D
Tints of Scarlet Gum #4B335D
RGB
CMYK
RGB Variations
Color information
#4B335D (or 0x4B335D) is known color: Scarlet Gum. HEX triplet: 4B, 33 and 5D. RGB value is (75,51,93). Sum of RGB (Red+Green+Blue) = 75+51+93=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B335D is #B4CCA2. Grayscale: #3E3E3E. Windows color (decimal): -11848867 or 6107979. OLE color: 6107979.
HSL color Cylindrical-coordinate representation of color #4B335D: hue angle of 274.29º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B335D is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 51 | 93 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.64 |
| HSL | 274.29º | 0.29% | 0.28% | - |
| HSV(B) | 274.29º | 0.45% | 0.36% | - |
| XYZ | 6.06 | 4.65 | 10.93 | - |
| YUV | 62.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 93 | 0.19 | 0.45 | 0 | 0.64 | 274.29 | 0.29 | 0.28 |
| Hex | 4B | 33 | 5D | 13 | 2D | 0 | 40 | 112 | 1D | 1C |
| Octal | 113 | 63 | 135 | 23 | 55 | 0 | 100 | 422 | 35 | 34 |
| Binary | 1001011 | 110011 | 1011101 | 10011 | 101101 | 0 | 1000000 | 100010010 | 11101 | 11100 |
Color Harmonies of #4B335D
Complementary color
Monochromatic Colors of #4B335D
Black with #4B335D
Text Example
Text Example
White with #4B335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B335D; }
p { color: rgb(75,51,93); }
H1.HeaderClassName
{
color: #4B335D;
}
.AnyTagClassName
{
color: #4B335D;
}
</style>
background-color css
<style>
a { background-color: #4B335D; }
a { background-color: rgb(75,51,93); }
div.DivClassName
{
background-color: #4B335D;
}
.BgClassName
{
background-color: #4B335D;
}
</style>
border-color css
<style>
span { border-color: #4B335D; }
span { border-color: rgb(75,51,93); }
td.TdClassName
{
border-color: #4B335D;
}
.TagClassName
{
border-color: #4B335D;
}
</style>