Shades of Scarlet Gum #4B395A
Tints of Scarlet Gum #4B395A
RGB
CMYK
RGB Variations
Color information
#4B395A (or 0x4B395A) is known color: Scarlet Gum. HEX triplet: 4B, 39 and 5A. RGB value is (75,57,90). Sum of RGB (Red+Green+Blue) = 75+57+90=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B395A is #B4C6A5. Grayscale: #424242. Windows color (decimal): -11847334 or 5912907. OLE color: 5912907.
HSL color Cylindrical-coordinate representation of color #4B395A: hue angle of 272.73º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B395A is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 57 | 90 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.65 |
| HSL | 272.73º | 0.22% | 0.29% | - |
| HSV(B) | 272.73º | 0.37% | 0.35% | - |
| XYZ | 6.21 | 5.16 | 10.34 | - |
| YUV | 66.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 90 | 0.17 | 0.37 | 0 | 0.65 | 272.73 | 0.22 | 0.29 |
| Hex | 4B | 39 | 5A | 11 | 25 | 0 | 41 | 111 | 16 | 1D |
| Octal | 113 | 71 | 132 | 21 | 45 | 0 | 101 | 421 | 26 | 35 |
| Binary | 1001011 | 111001 | 1011010 | 10001 | 100101 | 0 | 1000001 | 100010001 | 10110 | 11101 |
Color Harmonies of #4B395A
Complementary color
Monochromatic Colors of #4B395A
Black with #4B395A
Text Example
Text Example
White with #4B395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B395A; }
p { color: rgb(75,57,90); }
H1.HeaderClassName
{
color: #4B395A;
}
.AnyTagClassName
{
color: #4B395A;
}
</style>
background-color css
<style>
a { background-color: #4B395A; }
a { background-color: rgb(75,57,90); }
div.DivClassName
{
background-color: #4B395A;
}
.BgClassName
{
background-color: #4B395A;
}
</style>
border-color css
<style>
span { border-color: #4B395A; }
span { border-color: rgb(75,57,90); }
td.TdClassName
{
border-color: #4B395A;
}
.TagClassName
{
border-color: #4B395A;
}
</style>