Shades of Scarlet Gum #4B055A
Tints of Scarlet Gum #4B055A
RGB
CMYK
RGB Variations
Color information
#4B055A (or 0x4B055A) is known color: Scarlet Gum. HEX triplet: 4B, 05 and 5A. RGB value is (75,5,90). Sum of RGB (Red+Green+Blue) = 75+5+90=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B055A is #B4FAA5. Grayscale: #232323. Windows color (decimal): -11860646 or 5899595. OLE color: 5899595.
HSL color Cylindrical-coordinate representation of color #4B055A: hue angle of 289.41º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B055A is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 5 | 90 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.65 |
| HSL | 289.41º | 0.89% | 0.19% | - |
| HSV(B) | 289.41º | 0.94% | 0.35% | - |
| XYZ | 4.8 | 2.34 | 9.87 | - |
| YUV | 35.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 90 | 0.17 | 0.94 | 0 | 0.65 | 289.41 | 0.89 | 0.19 |
| Hex | 4B | 5 | 5A | 11 | 5E | 0 | 41 | 121 | 59 | 13 |
| Octal | 113 | 5 | 132 | 21 | 136 | 0 | 101 | 441 | 131 | 23 |
| Binary | 1001011 | 101 | 1011010 | 10001 | 1011110 | 0 | 1000001 | 100100001 | 1011001 | 10011 |
Color Harmonies of #4B055A
Complementary color
Monochromatic Colors of #4B055A
Black with #4B055A
Text Example
Text Example
White with #4B055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B055A; }
p { color: rgb(75,5,90); }
H1.HeaderClassName
{
color: #4B055A;
}
.AnyTagClassName
{
color: #4B055A;
}
</style>
background-color css
<style>
a { background-color: #4B055A; }
a { background-color: rgb(75,5,90); }
div.DivClassName
{
background-color: #4B055A;
}
.BgClassName
{
background-color: #4B055A;
}
</style>
border-color css
<style>
span { border-color: #4B055A; }
span { border-color: rgb(75,5,90); }
td.TdClassName
{
border-color: #4B055A;
}
.TagClassName
{
border-color: #4B055A;
}
</style>