Shades of Scarlet Gum #483B4E
Tints of Scarlet Gum #483B4E
RGB
CMYK
RGB Variations
Color information
#483B4E (or 0x483B4E) is known color: Scarlet Gum. HEX triplet: 48, 3B and 4E. RGB value is (72,59,78). Sum of RGB (Red+Green+Blue) = 72+59+78=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 78 - color contains mainly: blue. Hex color #483B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B4E is #B7C4B1. Grayscale: #404040. Windows color (decimal): -12043442 or 5126984. OLE color: 5126984.
HSL color Cylindrical-coordinate representation of color #483B4E: hue angle of 281.05º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #483B4E is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 59 | 78 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.69 |
| HSL | 281.05º | 0.14% | 0.27% | - |
| HSV(B) | 281.05º | 0.24% | 0.31% | - |
| XYZ | 5.61 | 5.06 | 7.89 | - |
| YUV | 65.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 78 | 0.08 | 0.24 | 0 | 0.69 | 281.05 | 0.14 | 0.27 |
| Hex | 48 | 3B | 4E | 8 | 18 | 0 | 45 | 119 | E | 1B |
| Octal | 110 | 73 | 116 | 10 | 30 | 0 | 105 | 431 | 16 | 33 |
| Binary | 1001000 | 111011 | 1001110 | 1000 | 11000 | 0 | 1000101 | 100011001 | 1110 | 11011 |
Color Harmonies of #483B4E
Complementary color
Monochromatic Colors of #483B4E
Black with #483B4E
Text Example
Text Example
White with #483B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B4E; }
p { color: rgb(72,59,78); }
H1.HeaderClassName
{
color: #483B4E;
}
.AnyTagClassName
{
color: #483B4E;
}
</style>
background-color css
<style>
a { background-color: #483B4E; }
a { background-color: rgb(72,59,78); }
div.DivClassName
{
background-color: #483B4E;
}
.BgClassName
{
background-color: #483B4E;
}
</style>
border-color css
<style>
span { border-color: #483B4E; }
span { border-color: rgb(72,59,78); }
td.TdClassName
{
border-color: #483B4E;
}
.TagClassName
{
border-color: #483B4E;
}
</style>