Shades of Scarlet Gum #470F63
Tints of Scarlet Gum #470F63
RGB
CMYK
RGB Variations
Color information
#470F63 (or 0x470F63) is known color: Scarlet Gum. HEX triplet: 47, 0F and 63. RGB value is (71,15,99). Sum of RGB (Red+Green+Blue) = 71+15+99=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #470F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F63 is #B8F09C. Grayscale: #292929. Windows color (decimal): -12120221 or 6491975. OLE color: 6491975.
HSL color Cylindrical-coordinate representation of color #470F63: hue angle of 280º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #470F63 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 15 | 99 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.61 |
| HSL | 280º | 0.74% | 0.22% | - |
| HSV(B) | 280º | 0.85% | 0.39% | - |
| XYZ | 5.02 | 2.58 | 12.04 | - |
| YUV | 41.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 99 | 0.28 | 0.85 | 0 | 0.61 | 280 | 0.74 | 0.22 |
| Hex | 47 | F | 63 | 1C | 55 | 0 | 3D | 118 | 4A | 16 |
| Octal | 107 | 17 | 143 | 34 | 125 | 0 | 75 | 430 | 112 | 26 |
| Binary | 1000111 | 1111 | 1100011 | 11100 | 1010101 | 0 | 111101 | 100011000 | 1001010 | 10110 |
Color Harmonies of #470F63
Complementary color
Monochromatic Colors of #470F63
Black with #470F63
Text Example
Text Example
White with #470F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470F63; }
p { color: rgb(71,15,99); }
H1.HeaderClassName
{
color: #470F63;
}
.AnyTagClassName
{
color: #470F63;
}
</style>
background-color css
<style>
a { background-color: #470F63; }
a { background-color: rgb(71,15,99); }
div.DivClassName
{
background-color: #470F63;
}
.BgClassName
{
background-color: #470F63;
}
</style>
border-color css
<style>
span { border-color: #470F63; }
span { border-color: rgb(71,15,99); }
td.TdClassName
{
border-color: #470F63;
}
.TagClassName
{
border-color: #470F63;
}
</style>