Shades of Jagger #473B53
Tints of Jagger #473B53
RGB
CMYK
RGB Variations
Color information
#473B53 (or 0x473B53) is known color: Jagger. HEX triplet: 47, 3B and 53. RGB value is (71,59,83). Sum of RGB (Red+Green+Blue) = 71+59+83=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #473B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B53 is #B8C4AC. Grayscale: #414141. Windows color (decimal): -12108973 or 5454663. OLE color: 5454663.
HSL color Cylindrical-coordinate representation of color #473B53: hue angle of 270º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #473B53 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 59 | 83 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.67 |
| HSL | 270º | 0.17% | 0.28% | - |
| HSV(B) | 270º | 0.29% | 0.33% | - |
| XYZ | 5.72 | 5.09 | 8.86 | - |
| YUV | 65.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 83 | 0.14 | 0.29 | 0 | 0.67 | 270 | 0.17 | 0.28 |
| Hex | 47 | 3B | 53 | E | 1D | 0 | 43 | 10E | 11 | 1C |
| Octal | 107 | 73 | 123 | 16 | 35 | 0 | 103 | 416 | 21 | 34 |
| Binary | 1000111 | 111011 | 1010011 | 1110 | 11101 | 0 | 1000011 | 100001110 | 10001 | 11100 |
Color Harmonies of #473B53
Complementary color
Monochromatic Colors of #473B53
Black with #473B53
Text Example
Text Example
White with #473B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B53; }
p { color: rgb(71,59,83); }
H1.HeaderClassName
{
color: #473B53;
}
.AnyTagClassName
{
color: #473B53;
}
</style>
background-color css
<style>
a { background-color: #473B53; }
a { background-color: rgb(71,59,83); }
div.DivClassName
{
background-color: #473B53;
}
.BgClassName
{
background-color: #473B53;
}
</style>
border-color css
<style>
span { border-color: #473B53; }
span { border-color: rgb(71,59,83); }
td.TdClassName
{
border-color: #473B53;
}
.TagClassName
{
border-color: #473B53;
}
</style>