Shades of Scarlet Gum #47304E
Tints of Scarlet Gum #47304E
RGB
CMYK
RGB Variations
Color information
#47304E (or 0x47304E) is known color: Scarlet Gum. HEX triplet: 47, 30 and 4E. RGB value is (71,48,78). Sum of RGB (Red+Green+Blue) = 71+48+78=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 78 - color contains mainly: blue. Hex color #47304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47304E is #B8CFB1. Grayscale: #3A3A3A. Windows color (decimal): -12111794 or 5124167. OLE color: 5124167.
HSL color Cylindrical-coordinate representation of color #47304E: hue angle of 286º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47304E is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 48 | 78 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.69 |
| HSL | 286º | 0.24% | 0.25% | - |
| HSV(B) | 286º | 0.38% | 0.31% | - |
| XYZ | 5.03 | 4 | 7.72 | - |
| YUV | 58.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 78 | 0.09 | 0.38 | 0 | 0.69 | 286 | 0.24 | 0.25 |
| Hex | 47 | 30 | 4E | 9 | 26 | 0 | 45 | 11E | 18 | 19 |
| Octal | 107 | 60 | 116 | 11 | 46 | 0 | 105 | 436 | 30 | 31 |
| Binary | 1000111 | 110000 | 1001110 | 1001 | 100110 | 0 | 1000101 | 100011110 | 11000 | 11001 |
Color Harmonies of #47304E
Complementary color
Monochromatic Colors of #47304E
Black with #47304E
Text Example
Text Example
White with #47304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47304E; }
p { color: rgb(71,48,78); }
H1.HeaderClassName
{
color: #47304E;
}
.AnyTagClassName
{
color: #47304E;
}
</style>
background-color css
<style>
a { background-color: #47304E; }
a { background-color: rgb(71,48,78); }
div.DivClassName
{
background-color: #47304E;
}
.BgClassName
{
background-color: #47304E;
}
</style>
border-color css
<style>
span { border-color: #47304E; }
span { border-color: rgb(71,48,78); }
td.TdClassName
{
border-color: #47304E;
}
.TagClassName
{
border-color: #47304E;
}
</style>