Shades of Scarlet Gum #4B205D
Tints of Scarlet Gum #4B205D
RGB
CMYK
RGB Variations
Color information
#4B205D (or 0x4B205D) is known color: Scarlet Gum. HEX triplet: 4B, 20 and 5D. RGB value is (75,32,93). Sum of RGB (Red+Green+Blue) = 75+32+93=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B205D is #B4DFA2. Grayscale: #333333. Windows color (decimal): -11853731 or 6103115. OLE color: 6103115.
HSL color Cylindrical-coordinate representation of color #4B205D: hue angle of 282.3º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B205D is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 32 | 93 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.64 |
| HSL | 282.3º | 0.49% | 0.25% | - |
| HSV(B) | 282.3º | 0.66% | 0.36% | - |
| XYZ | 5.39 | 3.32 | 10.71 | - |
| YUV | 51.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 93 | 0.19 | 0.66 | 0 | 0.64 | 282.3 | 0.49 | 0.25 |
| Hex | 4B | 20 | 5D | 13 | 42 | 0 | 40 | 11A | 31 | 19 |
| Octal | 113 | 40 | 135 | 23 | 102 | 0 | 100 | 432 | 61 | 31 |
| Binary | 1001011 | 100000 | 1011101 | 10011 | 1000010 | 0 | 1000000 | 100011010 | 110001 | 11001 |
Color Harmonies of #4B205D
Complementary color
Monochromatic Colors of #4B205D
Black with #4B205D
Text Example
Text Example
White with #4B205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B205D; }
p { color: rgb(75,32,93); }
H1.HeaderClassName
{
color: #4B205D;
}
.AnyTagClassName
{
color: #4B205D;
}
</style>
background-color css
<style>
a { background-color: #4B205D; }
a { background-color: rgb(75,32,93); }
div.DivClassName
{
background-color: #4B205D;
}
.BgClassName
{
background-color: #4B205D;
}
</style>
border-color css
<style>
span { border-color: #4B205D; }
span { border-color: rgb(75,32,93); }
td.TdClassName
{
border-color: #4B205D;
}
.TagClassName
{
border-color: #4B205D;
}
</style>