Shades of Scarlet Gum #4B285A
Tints of Scarlet Gum #4B285A
RGB
CMYK
RGB Variations
Color information
#4B285A (or 0x4B285A) is known color: Scarlet Gum. HEX triplet: 4B, 28 and 5A. RGB value is (75,40,90). Sum of RGB (Red+Green+Blue) = 75+40+90=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B285A is #B4D7A5. Grayscale: #373737. Windows color (decimal): -11851686 or 5908555. OLE color: 5908555.
HSL color Cylindrical-coordinate representation of color #4B285A: hue angle of 282º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B285A is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 40 | 90 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.65 |
| HSL | 282º | 0.38% | 0.25% | - |
| HSV(B) | 282º | 0.56% | 0.35% | - |
| XYZ | 5.51 | 3.75 | 10.11 | - |
| YUV | 56.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 90 | 0.17 | 0.56 | 0 | 0.65 | 282 | 0.38 | 0.25 |
| Hex | 4B | 28 | 5A | 11 | 38 | 0 | 41 | 11A | 26 | 19 |
| Octal | 113 | 50 | 132 | 21 | 70 | 0 | 101 | 432 | 46 | 31 |
| Binary | 1001011 | 101000 | 1011010 | 10001 | 111000 | 0 | 1000001 | 100011010 | 100110 | 11001 |
Color Harmonies of #4B285A
Complementary color
Monochromatic Colors of #4B285A
Black with #4B285A
Text Example
Text Example
White with #4B285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B285A; }
p { color: rgb(75,40,90); }
H1.HeaderClassName
{
color: #4B285A;
}
.AnyTagClassName
{
color: #4B285A;
}
</style>
background-color css
<style>
a { background-color: #4B285A; }
a { background-color: rgb(75,40,90); }
div.DivClassName
{
background-color: #4B285A;
}
.BgClassName
{
background-color: #4B285A;
}
</style>
border-color css
<style>
span { border-color: #4B285A; }
span { border-color: rgb(75,40,90); }
td.TdClassName
{
border-color: #4B285A;
}
.TagClassName
{
border-color: #4B285A;
}
</style>