Shades of Scarlet Gum #4B3E53
Tints of Scarlet Gum #4B3E53
RGB
CMYK
RGB Variations
Color information
#4B3E53 (or 0x4B3E53) is known color: Scarlet Gum. HEX triplet: 4B, 3E and 53. RGB value is (75,62,83). Sum of RGB (Red+Green+Blue) = 75+62+83=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B3E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3E53 is #B4C1AC. Grayscale: #444444. Windows color (decimal): -11846061 or 5455435. OLE color: 5455435.
HSL color Cylindrical-coordinate representation of color #4B3E53: hue angle of 277.14º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B3E53 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 62 | 83 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.67 |
| HSL | 277.14º | 0.14% | 0.28% | - |
| HSV(B) | 277.14º | 0.25% | 0.33% | - |
| XYZ | 6.19 | 5.57 | 8.93 | - |
| YUV | 68.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 83 | 0.10 | 0.25 | 0 | 0.67 | 277.14 | 0.14 | 0.28 |
| Hex | 4B | 3E | 53 | A | 19 | 0 | 43 | 115 | E | 1C |
| Octal | 113 | 76 | 123 | 12 | 31 | 0 | 103 | 425 | 16 | 34 |
| Binary | 1001011 | 111110 | 1010011 | 1010 | 11001 | 0 | 1000011 | 100010101 | 1110 | 11100 |
Color Harmonies of #4B3E53
Complementary color
Monochromatic Colors of #4B3E53
Black with #4B3E53
Text Example
Text Example
White with #4B3E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E53; }
p { color: rgb(75,62,83); }
H1.HeaderClassName
{
color: #4B3E53;
}
.AnyTagClassName
{
color: #4B3E53;
}
</style>
background-color css
<style>
a { background-color: #4B3E53; }
a { background-color: rgb(75,62,83); }
div.DivClassName
{
background-color: #4B3E53;
}
.BgClassName
{
background-color: #4B3E53;
}
</style>
border-color css
<style>
span { border-color: #4B3E53; }
span { border-color: rgb(75,62,83); }
td.TdClassName
{
border-color: #4B3E53;
}
.TagClassName
{
border-color: #4B3E53;
}
</style>