Shades of Scarlet Gum #4B3453
Tints of Scarlet Gum #4B3453
RGB
CMYK
RGB Variations
Color information
#4B3453 (or 0x4B3453) is known color: Scarlet Gum. HEX triplet: 4B, 34 and 53. RGB value is (75,52,83). Sum of RGB (Red+Green+Blue) = 75+52+83=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B3453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3453 is #B4CBAC. Grayscale: #3E3E3E. Windows color (decimal): -11848621 or 5452875. OLE color: 5452875.
HSL color Cylindrical-coordinate representation of color #4B3453: hue angle of 284.52º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B3453 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 52 | 83 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.67 |
| HSL | 284.52º | 0.23% | 0.26% | - |
| HSV(B) | 284.52º | 0.37% | 0.33% | - |
| XYZ | 5.69 | 4.58 | 8.77 | - |
| YUV | 62.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 83 | 0.10 | 0.37 | 0 | 0.67 | 284.52 | 0.23 | 0.26 |
| Hex | 4B | 34 | 53 | A | 25 | 0 | 43 | 11D | 17 | 1A |
| Octal | 113 | 64 | 123 | 12 | 45 | 0 | 103 | 435 | 27 | 32 |
| Binary | 1001011 | 110100 | 1010011 | 1010 | 100101 | 0 | 1000011 | 100011101 | 10111 | 11010 |
Color Harmonies of #4B3453
Complementary color
Monochromatic Colors of #4B3453
Black with #4B3453
Text Example
Text Example
White with #4B3453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3453; }
p { color: rgb(75,52,83); }
H1.HeaderClassName
{
color: #4B3453;
}
.AnyTagClassName
{
color: #4B3453;
}
</style>
background-color css
<style>
a { background-color: #4B3453; }
a { background-color: rgb(75,52,83); }
div.DivClassName
{
background-color: #4B3453;
}
.BgClassName
{
background-color: #4B3453;
}
</style>
border-color css
<style>
span { border-color: #4B3453; }
span { border-color: rgb(75,52,83); }
td.TdClassName
{
border-color: #4B3453;
}
.TagClassName
{
border-color: #4B3453;
}
</style>