Shades of Scarlet Gum #4B155B
Tints of Scarlet Gum #4B155B
RGB
CMYK
RGB Variations
Color information
#4B155B (or 0x4B155B) is known color: Scarlet Gum. HEX triplet: 4B, 15 and 5B. RGB value is (75,21,91). Sum of RGB (Red+Green+Blue) = 75+21+91=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B155B is #B4EAA4. Grayscale: #2C2C2C. Windows color (decimal): -11856549 or 5969227. OLE color: 5969227.
HSL color Cylindrical-coordinate representation of color #4B155B: hue angle of 286.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B155B is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 21 | 91 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.64 |
| HSL | 286.29º | 0.63% | 0.22% | - |
| HSV(B) | 286.29º | 0.77% | 0.36% | - |
| XYZ | 5.06 | 2.79 | 10.17 | - |
| YUV | 45.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 91 | 0.18 | 0.77 | 0 | 0.64 | 286.29 | 0.63 | 0.22 |
| Hex | 4B | 15 | 5B | 12 | 4D | 0 | 40 | 11E | 3E | 16 |
| Octal | 113 | 25 | 133 | 22 | 115 | 0 | 100 | 436 | 76 | 26 |
| Binary | 1001011 | 10101 | 1011011 | 10010 | 1001101 | 0 | 1000000 | 100011110 | 111110 | 10110 |
Color Harmonies of #4B155B
Complementary color
Monochromatic Colors of #4B155B
Black with #4B155B
Text Example
Text Example
White with #4B155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B155B; }
p { color: rgb(75,21,91); }
H1.HeaderClassName
{
color: #4B155B;
}
.AnyTagClassName
{
color: #4B155B;
}
</style>
background-color css
<style>
a { background-color: #4B155B; }
a { background-color: rgb(75,21,91); }
div.DivClassName
{
background-color: #4B155B;
}
.BgClassName
{
background-color: #4B155B;
}
</style>
border-color css
<style>
span { border-color: #4B155B; }
span { border-color: rgb(75,21,91); }
td.TdClassName
{
border-color: #4B155B;
}
.TagClassName
{
border-color: #4B155B;
}
</style>