Shades of Scarlet Gum #4B385A
Tints of Scarlet Gum #4B385A
RGB
CMYK
RGB Variations
Color information
#4B385A (or 0x4B385A) is known color: Scarlet Gum. HEX triplet: 4B, 38 and 5A. RGB value is (75,56,90). Sum of RGB (Red+Green+Blue) = 75+56+90=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B385A is #B4C7A5. Grayscale: #414141. Windows color (decimal): -11847590 or 5912651. OLE color: 5912651.
HSL color Cylindrical-coordinate representation of color #4B385A: hue angle of 273.53º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B385A is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 56 | 90 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.65 |
| HSL | 273.53º | 0.23% | 0.29% | - |
| HSV(B) | 273.53º | 0.38% | 0.35% | - |
| XYZ | 6.16 | 5.06 | 10.33 | - |
| YUV | 65.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 90 | 0.17 | 0.38 | 0 | 0.65 | 273.53 | 0.23 | 0.29 |
| Hex | 4B | 38 | 5A | 11 | 26 | 0 | 41 | 112 | 17 | 1D |
| Octal | 113 | 70 | 132 | 21 | 46 | 0 | 101 | 422 | 27 | 35 |
| Binary | 1001011 | 111000 | 1011010 | 10001 | 100110 | 0 | 1000001 | 100010010 | 10111 | 11101 |
Color Harmonies of #4B385A
Complementary color
Monochromatic Colors of #4B385A
Black with #4B385A
Text Example
Text Example
White with #4B385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B385A; }
p { color: rgb(75,56,90); }
H1.HeaderClassName
{
color: #4B385A;
}
.AnyTagClassName
{
color: #4B385A;
}
</style>
background-color css
<style>
a { background-color: #4B385A; }
a { background-color: rgb(75,56,90); }
div.DivClassName
{
background-color: #4B385A;
}
.BgClassName
{
background-color: #4B385A;
}
</style>
border-color css
<style>
span { border-color: #4B385A; }
span { border-color: rgb(75,56,90); }
td.TdClassName
{
border-color: #4B385A;
}
.TagClassName
{
border-color: #4B385A;
}
</style>