Shades of Scarlet Gum #483D4E
Tints of Scarlet Gum #483D4E
RGB
CMYK
RGB Variations
Color information
#483D4E (or 0x483D4E) is known color: Scarlet Gum. HEX triplet: 48, 3D and 4E. RGB value is (72,61,78). Sum of RGB (Red+Green+Blue) = 72+61+78=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 78 - color contains mainly: blue. Hex color #483D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D4E is #B7C2B1. Grayscale: #424242. Windows color (decimal): -12042930 or 5127496. OLE color: 5127496.
HSL color Cylindrical-coordinate representation of color #483D4E: hue angle of 278.82º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #483D4E is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 61 | 78 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.69 |
| HSL | 278.82º | 0.12% | 0.27% | - |
| HSV(B) | 278.82º | 0.22% | 0.31% | - |
| XYZ | 5.72 | 5.27 | 7.92 | - |
| YUV | 66.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 78 | 0.08 | 0.22 | 0 | 0.69 | 278.82 | 0.12 | 0.27 |
| Hex | 48 | 3D | 4E | 8 | 16 | 0 | 45 | 117 | C | 1B |
| Octal | 110 | 75 | 116 | 10 | 26 | 0 | 105 | 427 | 14 | 33 |
| Binary | 1001000 | 111101 | 1001110 | 1000 | 10110 | 0 | 1000101 | 100010111 | 1100 | 11011 |
Color Harmonies of #483D4E
Complementary color
Monochromatic Colors of #483D4E
Black with #483D4E
Text Example
Text Example
White with #483D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D4E; }
p { color: rgb(72,61,78); }
H1.HeaderClassName
{
color: #483D4E;
}
.AnyTagClassName
{
color: #483D4E;
}
</style>
background-color css
<style>
a { background-color: #483D4E; }
a { background-color: rgb(72,61,78); }
div.DivClassName
{
background-color: #483D4E;
}
.BgClassName
{
background-color: #483D4E;
}
</style>
border-color css
<style>
span { border-color: #483D4E; }
span { border-color: rgb(72,61,78); }
td.TdClassName
{
border-color: #483D4E;
}
.TagClassName
{
border-color: #483D4E;
}
</style>