Shades of Scarlet Gum #4B255A
Tints of Scarlet Gum #4B255A
RGB
CMYK
RGB Variations
Color information
#4B255A (or 0x4B255A) is known color: Scarlet Gum. HEX triplet: 4B, 25 and 5A. RGB value is (75,37,90). Sum of RGB (Red+Green+Blue) = 75+37+90=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B255A is #B4DAA5. Grayscale: #363636. Windows color (decimal): -11852454 or 5907787. OLE color: 5907787.
HSL color Cylindrical-coordinate representation of color #4B255A: hue angle of 283.02º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B255A is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 37 | 90 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.65 |
| HSL | 283.02º | 0.42% | 0.25% | - |
| HSV(B) | 283.02º | 0.59% | 0.35% | - |
| XYZ | 5.41 | 3.56 | 10.07 | - |
| YUV | 54.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 90 | 0.17 | 0.59 | 0 | 0.65 | 283.02 | 0.42 | 0.25 |
| Hex | 4B | 25 | 5A | 11 | 3B | 0 | 41 | 11B | 2A | 19 |
| Octal | 113 | 45 | 132 | 21 | 73 | 0 | 101 | 433 | 52 | 31 |
| Binary | 1001011 | 100101 | 1011010 | 10001 | 111011 | 0 | 1000001 | 100011011 | 101010 | 11001 |
Color Harmonies of #4B255A
Complementary color
Monochromatic Colors of #4B255A
Black with #4B255A
Text Example
Text Example
White with #4B255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B255A; }
p { color: rgb(75,37,90); }
H1.HeaderClassName
{
color: #4B255A;
}
.AnyTagClassName
{
color: #4B255A;
}
</style>
background-color css
<style>
a { background-color: #4B255A; }
a { background-color: rgb(75,37,90); }
div.DivClassName
{
background-color: #4B255A;
}
.BgClassName
{
background-color: #4B255A;
}
</style>
border-color css
<style>
span { border-color: #4B255A; }
span { border-color: rgb(75,37,90); }
td.TdClassName
{
border-color: #4B255A;
}
.TagClassName
{
border-color: #4B255A;
}
</style>