Shades of Scarlet Gum #4B225D
Tints of Scarlet Gum #4B225D
RGB
CMYK
RGB Variations
Color information
#4B225D (or 0x4B225D) is known color: Scarlet Gum. HEX triplet: 4B, 22 and 5D. RGB value is (75,34,93). Sum of RGB (Red+Green+Blue) = 75+34+93=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B225D is #B4DDA2. Grayscale: #343434. Windows color (decimal): -11853219 or 6103627. OLE color: 6103627.
HSL color Cylindrical-coordinate representation of color #4B225D: hue angle of 281.69º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B225D is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 34 | 93 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.64 |
| HSL | 281.69º | 0.46% | 0.25% | - |
| HSV(B) | 281.69º | 0.63% | 0.36% | - |
| XYZ | 5.45 | 3.43 | 10.73 | - |
| YUV | 52.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 93 | 0.19 | 0.63 | 0 | 0.64 | 281.69 | 0.46 | 0.25 |
| Hex | 4B | 22 | 5D | 13 | 3F | 0 | 40 | 11A | 2E | 19 |
| Octal | 113 | 42 | 135 | 23 | 77 | 0 | 100 | 432 | 56 | 31 |
| Binary | 1001011 | 100010 | 1011101 | 10011 | 111111 | 0 | 1000000 | 100011010 | 101110 | 11001 |
Color Harmonies of #4B225D
Complementary color
Monochromatic Colors of #4B225D
Black with #4B225D
Text Example
Text Example
White with #4B225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B225D; }
p { color: rgb(75,34,93); }
H1.HeaderClassName
{
color: #4B225D;
}
.AnyTagClassName
{
color: #4B225D;
}
</style>
background-color css
<style>
a { background-color: #4B225D; }
a { background-color: rgb(75,34,93); }
div.DivClassName
{
background-color: #4B225D;
}
.BgClassName
{
background-color: #4B225D;
}
</style>
border-color css
<style>
span { border-color: #4B225D; }
span { border-color: rgb(75,34,93); }
td.TdClassName
{
border-color: #4B225D;
}
.TagClassName
{
border-color: #4B225D;
}
</style>