Shades of Jagger #473C51
Tints of Jagger #473C51
RGB
CMYK
RGB Variations
Color information
#473C51 (or 0x473C51) is known color: Jagger. HEX triplet: 47, 3C and 51. RGB value is (71,60,81). Sum of RGB (Red+Green+Blue) = 71+60+81=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: blue. Hex color #473C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C51 is #B8C3AE. Grayscale: #414141. Windows color (decimal): -12108719 or 5323847. OLE color: 5323847.
HSL color Cylindrical-coordinate representation of color #473C51: hue angle of 271.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #473C51 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 60 | 81 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.68 |
| HSL | 271.43º | 0.15% | 0.28% | - |
| HSV(B) | 271.43º | 0.26% | 0.32% | - |
| XYZ | 5.7 | 5.17 | 8.48 | - |
| YUV | 65.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 81 | 0.12 | 0.26 | 0 | 0.68 | 271.43 | 0.15 | 0.28 |
| Hex | 47 | 3C | 51 | C | 1A | 0 | 44 | 10F | F | 1C |
| Octal | 107 | 74 | 121 | 14 | 32 | 0 | 104 | 417 | 17 | 34 |
| Binary | 1000111 | 111100 | 1010001 | 1100 | 11010 | 0 | 1000100 | 100001111 | 1111 | 11100 |
Color Harmonies of #473C51
Complementary color
Monochromatic Colors of #473C51
Black with #473C51
Text Example
Text Example
White with #473C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C51; }
p { color: rgb(71,60,81); }
H1.HeaderClassName
{
color: #473C51;
}
.AnyTagClassName
{
color: #473C51;
}
</style>
background-color css
<style>
a { background-color: #473C51; }
a { background-color: rgb(71,60,81); }
div.DivClassName
{
background-color: #473C51;
}
.BgClassName
{
background-color: #473C51;
}
</style>
border-color css
<style>
span { border-color: #473C51; }
span { border-color: rgb(71,60,81); }
td.TdClassName
{
border-color: #473C51;
}
.TagClassName
{
border-color: #473C51;
}
</style>