Shades of Scarlet Gum #483A4F
Tints of Scarlet Gum #483A4F
RGB
CMYK
RGB Variations
Color information
#483A4F (or 0x483A4F) is known color: Scarlet Gum. HEX triplet: 48, 3A and 4F. RGB value is (72,58,79). Sum of RGB (Red+Green+Blue) = 72+58+79=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #483A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A4F is #B7C5B0. Grayscale: #404040. Windows color (decimal): -12043697 or 5192264. OLE color: 5192264.
HSL color Cylindrical-coordinate representation of color #483A4F: hue angle of 280º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #483A4F is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 58 | 79 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.69 |
| HSL | 280º | 0.15% | 0.27% | - |
| HSV(B) | 280º | 0.27% | 0.31% | - |
| XYZ | 5.6 | 4.97 | 8.06 | - |
| YUV | 64.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 79 | 0.09 | 0.27 | 0 | 0.69 | 280 | 0.15 | 0.27 |
| Hex | 48 | 3A | 4F | 9 | 1B | 0 | 45 | 118 | F | 1B |
| Octal | 110 | 72 | 117 | 11 | 33 | 0 | 105 | 430 | 17 | 33 |
| Binary | 1001000 | 111010 | 1001111 | 1001 | 11011 | 0 | 1000101 | 100011000 | 1111 | 11011 |
Color Harmonies of #483A4F
Complementary color
Monochromatic Colors of #483A4F
Black with #483A4F
Text Example
Text Example
White with #483A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A4F; }
p { color: rgb(72,58,79); }
H1.HeaderClassName
{
color: #483A4F;
}
.AnyTagClassName
{
color: #483A4F;
}
</style>
background-color css
<style>
a { background-color: #483A4F; }
a { background-color: rgb(72,58,79); }
div.DivClassName
{
background-color: #483A4F;
}
.BgClassName
{
background-color: #483A4F;
}
</style>
border-color css
<style>
span { border-color: #483A4F; }
span { border-color: rgb(72,58,79); }
td.TdClassName
{
border-color: #483A4F;
}
.TagClassName
{
border-color: #483A4F;
}
</style>