Shades of Jagger #473A50
Tints of Jagger #473A50
RGB
CMYK
RGB Variations
Color information
#473A50 (or 0x473A50) is known color: Jagger. HEX triplet: 47, 3A and 50. RGB value is (71,58,80). Sum of RGB (Red+Green+Blue) = 71+58+80=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #473A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A50 is #B8C5AF. Grayscale: #404040. Windows color (decimal): -12109232 or 5257799. OLE color: 5257799.
HSL color Cylindrical-coordinate representation of color #473A50: hue angle of 275.45º degrees, saturation: 0.16, 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 #473A50 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 58 | 80 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.69 |
| HSL | 275.45º | 0.16% | 0.27% | - |
| HSV(B) | 275.45º | 0.28% | 0.31% | - |
| XYZ | 5.56 | 4.94 | 8.25 | - |
| YUV | 64.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 80 | 0.11 | 0.28 | 0 | 0.69 | 275.45 | 0.16 | 0.27 |
| Hex | 47 | 3A | 50 | B | 1C | 0 | 45 | 113 | 10 | 1B |
| Octal | 107 | 72 | 120 | 13 | 34 | 0 | 105 | 423 | 20 | 33 |
| Binary | 1000111 | 111010 | 1010000 | 1011 | 11100 | 0 | 1000101 | 100010011 | 10000 | 11011 |
Color Harmonies of #473A50
Complementary color
Monochromatic Colors of #473A50
Black with #473A50
Text Example
Text Example
White with #473A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A50; }
p { color: rgb(71,58,80); }
H1.HeaderClassName
{
color: #473A50;
}
.AnyTagClassName
{
color: #473A50;
}
</style>
background-color css
<style>
a { background-color: #473A50; }
a { background-color: rgb(71,58,80); }
div.DivClassName
{
background-color: #473A50;
}
.BgClassName
{
background-color: #473A50;
}
</style>
border-color css
<style>
span { border-color: #473A50; }
span { border-color: rgb(71,58,80); }
td.TdClassName
{
border-color: #473A50;
}
.TagClassName
{
border-color: #473A50;
}
</style>