Shades of Scarlet Gum #4B045A
Tints of Scarlet Gum #4B045A
RGB
CMYK
RGB Variations
Color information
#4B045A (or 0x4B045A) is known color: Scarlet Gum. HEX triplet: 4B, 04 and 5A. RGB value is (75,4,90). Sum of RGB (Red+Green+Blue) = 75+4+90=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B045A is #B4FBA5. Grayscale: #222222. Windows color (decimal): -11860902 or 5899339. OLE color: 5899339.
HSL color Cylindrical-coordinate representation of color #4B045A: hue angle of 289.53º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B045A is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 4 | 90 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.65 |
| HSL | 289.53º | 0.91% | 0.18% | - |
| HSV(B) | 289.53º | 0.96% | 0.35% | - |
| XYZ | 4.79 | 2.32 | 9.87 | - |
| YUV | 35.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 90 | 0.17 | 0.96 | 0 | 0.65 | 289.53 | 0.91 | 0.18 |
| Hex | 4B | 4 | 5A | 11 | 60 | 0 | 41 | 122 | 5B | 12 |
| Octal | 113 | 4 | 132 | 21 | 140 | 0 | 101 | 442 | 133 | 22 |
| Binary | 1001011 | 100 | 1011010 | 10001 | 1100000 | 0 | 1000001 | 100100010 | 1011011 | 10010 |
Color Harmonies of #4B045A
Complementary color
Monochromatic Colors of #4B045A
Black with #4B045A
Text Example
Text Example
White with #4B045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B045A; }
p { color: rgb(75,4,90); }
H1.HeaderClassName
{
color: #4B045A;
}
.AnyTagClassName
{
color: #4B045A;
}
</style>
background-color css
<style>
a { background-color: #4B045A; }
a { background-color: rgb(75,4,90); }
div.DivClassName
{
background-color: #4B045A;
}
.BgClassName
{
background-color: #4B045A;
}
</style>
border-color css
<style>
span { border-color: #4B045A; }
span { border-color: rgb(75,4,90); }
td.TdClassName
{
border-color: #4B045A;
}
.TagClassName
{
border-color: #4B045A;
}
</style>