Shades of Scarlet Gum #482458
Tints of Scarlet Gum #482458
RGB
CMYK
RGB Variations
Color information
#482458 (or 0x482458) is known color: Scarlet Gum. HEX triplet: 48, 24 and 58. RGB value is (72,36,88). Sum of RGB (Red+Green+Blue) = 72+36+88=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #482458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482458 is #B7DBA7. Grayscale: #343434. Windows color (decimal): -12049320 or 5776456. OLE color: 5776456.
HSL color Cylindrical-coordinate representation of color #482458: hue angle of 281.54º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #482458 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 36 | 88 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.65 |
| HSL | 281.54º | 0.42% | 0.24% | - |
| HSV(B) | 281.54º | 0.59% | 0.35% | - |
| XYZ | 5.06 | 3.34 | 9.61 | - |
| YUV | 52.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 88 | 0.18 | 0.59 | 0 | 0.65 | 281.54 | 0.42 | 0.24 |
| Hex | 48 | 24 | 58 | 12 | 3B | 0 | 41 | 11A | 2A | 18 |
| Octal | 110 | 44 | 130 | 22 | 73 | 0 | 101 | 432 | 52 | 30 |
| Binary | 1001000 | 100100 | 1011000 | 10010 | 111011 | 0 | 1000001 | 100011010 | 101010 | 11000 |
Color Harmonies of #482458
Complementary color
Monochromatic Colors of #482458
Black with #482458
Text Example
Text Example
White with #482458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482458; }
p { color: rgb(72,36,88); }
H1.HeaderClassName
{
color: #482458;
}
.AnyTagClassName
{
color: #482458;
}
</style>
background-color css
<style>
a { background-color: #482458; }
a { background-color: rgb(72,36,88); }
div.DivClassName
{
background-color: #482458;
}
.BgClassName
{
background-color: #482458;
}
</style>
border-color css
<style>
span { border-color: #482458; }
span { border-color: rgb(72,36,88); }
td.TdClassName
{
border-color: #482458;
}
.TagClassName
{
border-color: #482458;
}
</style>