Shades of Scarlet Gum #4B4053
Tints of Scarlet Gum #4B4053
RGB
CMYK
RGB Variations
Color information
#4B4053 (or 0x4B4053) is known color: Scarlet Gum. HEX triplet: 4B, 40 and 53. RGB value is (75,64,83). Sum of RGB (Red+Green+Blue) = 75+64+83=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B4053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4053 is #B4BFAC. Grayscale: #454545. Windows color (decimal): -11845549 or 5455947. OLE color: 5455947.
HSL color Cylindrical-coordinate representation of color #4B4053: hue angle of 274.74º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B4053 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 64 | 83 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.67 |
| HSL | 274.74º | 0.13% | 0.29% | - |
| HSV(B) | 274.74º | 0.23% | 0.33% | - |
| XYZ | 6.3 | 5.79 | 8.97 | - |
| YUV | 69.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 83 | 0.10 | 0.23 | 0 | 0.67 | 274.74 | 0.13 | 0.29 |
| Hex | 4B | 40 | 53 | A | 17 | 0 | 43 | 113 | D | 1D |
| Octal | 113 | 100 | 123 | 12 | 27 | 0 | 103 | 423 | 15 | 35 |
| Binary | 1001011 | 1000000 | 1010011 | 1010 | 10111 | 0 | 1000011 | 100010011 | 1101 | 11101 |
Color Harmonies of #4B4053
Complementary color
Monochromatic Colors of #4B4053
Black with #4B4053
Text Example
Text Example
White with #4B4053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4053; }
p { color: rgb(75,64,83); }
H1.HeaderClassName
{
color: #4B4053;
}
.AnyTagClassName
{
color: #4B4053;
}
</style>
background-color css
<style>
a { background-color: #4B4053; }
a { background-color: rgb(75,64,83); }
div.DivClassName
{
background-color: #4B4053;
}
.BgClassName
{
background-color: #4B4053;
}
</style>
border-color css
<style>
span { border-color: #4B4053; }
span { border-color: rgb(75,64,83); }
td.TdClassName
{
border-color: #4B4053;
}
.TagClassName
{
border-color: #4B4053;
}
</style>