Shades of Scarlet Gum #4B235A
Tints of Scarlet Gum #4B235A
RGB
CMYK
RGB Variations
Color information
#4B235A (or 0x4B235A) is known color: Scarlet Gum. HEX triplet: 4B, 23 and 5A. RGB value is (75,35,90). Sum of RGB (Red+Green+Blue) = 75+35+90=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B235A is #B4DCA5. Grayscale: #353535. Windows color (decimal): -11852966 or 5907275. OLE color: 5907275.
HSL color Cylindrical-coordinate representation of color #4B235A: hue angle of 283.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B235A is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 35 | 90 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.65 |
| HSL | 283.64º | 0.44% | 0.25% | - |
| HSV(B) | 283.64º | 0.61% | 0.35% | - |
| XYZ | 5.35 | 3.44 | 10.05 | - |
| YUV | 53.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 90 | 0.17 | 0.61 | 0 | 0.65 | 283.64 | 0.44 | 0.25 |
| Hex | 4B | 23 | 5A | 11 | 3D | 0 | 41 | 11C | 2C | 19 |
| Octal | 113 | 43 | 132 | 21 | 75 | 0 | 101 | 434 | 54 | 31 |
| Binary | 1001011 | 100011 | 1011010 | 10001 | 111101 | 0 | 1000001 | 100011100 | 101100 | 11001 |
Color Harmonies of #4B235A
Complementary color
Monochromatic Colors of #4B235A
Black with #4B235A
Text Example
Text Example
White with #4B235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B235A; }
p { color: rgb(75,35,90); }
H1.HeaderClassName
{
color: #4B235A;
}
.AnyTagClassName
{
color: #4B235A;
}
</style>
background-color css
<style>
a { background-color: #4B235A; }
a { background-color: rgb(75,35,90); }
div.DivClassName
{
background-color: #4B235A;
}
.BgClassName
{
background-color: #4B235A;
}
</style>
border-color css
<style>
span { border-color: #4B235A; }
span { border-color: rgb(75,35,90); }
td.TdClassName
{
border-color: #4B235A;
}
.TagClassName
{
border-color: #4B235A;
}
</style>