Shades of Scarlet Gum #4B395B
Tints of Scarlet Gum #4B395B
RGB
CMYK
RGB Variations
Color information
#4B395B (or 0x4B395B) is known color: Scarlet Gum. HEX triplet: 4B, 39 and 5B. RGB value is (75,57,91). Sum of RGB (Red+Green+Blue) = 75+57+91=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B395B is #B4C6A4. Grayscale: #424242. Windows color (decimal): -11847333 or 5978443. OLE color: 5978443.
HSL color Cylindrical-coordinate representation of color #4B395B: hue angle of 271.76º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B395B is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 57 | 91 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.64 |
| HSL | 271.76º | 0.23% | 0.29% | - |
| HSV(B) | 271.76º | 0.37% | 0.36% | - |
| XYZ | 6.25 | 5.18 | 10.57 | - |
| YUV | 66.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 91 | 0.18 | 0.37 | 0 | 0.64 | 271.76 | 0.23 | 0.29 |
| Hex | 4B | 39 | 5B | 12 | 25 | 0 | 40 | 110 | 17 | 1D |
| Octal | 113 | 71 | 133 | 22 | 45 | 0 | 100 | 420 | 27 | 35 |
| Binary | 1001011 | 111001 | 1011011 | 10010 | 100101 | 0 | 1000000 | 100010000 | 10111 | 11101 |
Color Harmonies of #4B395B
Complementary color
Monochromatic Colors of #4B395B
Black with #4B395B
Text Example
Text Example
White with #4B395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B395B; }
p { color: rgb(75,57,91); }
H1.HeaderClassName
{
color: #4B395B;
}
.AnyTagClassName
{
color: #4B395B;
}
</style>
background-color css
<style>
a { background-color: #4B395B; }
a { background-color: rgb(75,57,91); }
div.DivClassName
{
background-color: #4B395B;
}
.BgClassName
{
background-color: #4B395B;
}
</style>
border-color css
<style>
span { border-color: #4B395B; }
span { border-color: rgb(75,57,91); }
td.TdClassName
{
border-color: #4B395B;
}
.TagClassName
{
border-color: #4B395B;
}
</style>