Shades of Jagger #473A53
Tints of Jagger #473A53
RGB
CMYK
RGB Variations
Color information
#473A53 (or 0x473A53) is known color: Jagger. HEX triplet: 47, 3A and 53. RGB value is (71,58,83). Sum of RGB (Red+Green+Blue) = 71+58+83=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #473A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A53 is #B8C5AC. Grayscale: #404040. Windows color (decimal): -12109229 or 5454407. OLE color: 5454407.
HSL color Cylindrical-coordinate representation of color #473A53: hue angle of 271.2º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473A53 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 58 | 83 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.67 |
| HSL | 271.2º | 0.18% | 0.28% | - |
| HSV(B) | 271.2º | 0.3% | 0.33% | - |
| XYZ | 5.67 | 4.99 | 8.85 | - |
| YUV | 64.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 83 | 0.14 | 0.30 | 0 | 0.67 | 271.2 | 0.18 | 0.28 |
| Hex | 47 | 3A | 53 | E | 1E | 0 | 43 | 10F | 12 | 1C |
| Octal | 107 | 72 | 123 | 16 | 36 | 0 | 103 | 417 | 22 | 34 |
| Binary | 1000111 | 111010 | 1010011 | 1110 | 11110 | 0 | 1000011 | 100001111 | 10010 | 11100 |
Color Harmonies of #473A53
Complementary color
Monochromatic Colors of #473A53
Black with #473A53
Text Example
Text Example
White with #473A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A53; }
p { color: rgb(71,58,83); }
H1.HeaderClassName
{
color: #473A53;
}
.AnyTagClassName
{
color: #473A53;
}
</style>
background-color css
<style>
a { background-color: #473A53; }
a { background-color: rgb(71,58,83); }
div.DivClassName
{
background-color: #473A53;
}
.BgClassName
{
background-color: #473A53;
}
</style>
border-color css
<style>
span { border-color: #473A53; }
span { border-color: rgb(71,58,83); }
td.TdClassName
{
border-color: #473A53;
}
.TagClassName
{
border-color: #473A53;
}
</style>