Shades of Jagger #47414C
Tints of Jagger #47414C
RGB
CMYK
RGB Variations
Color information
#47414C (or 0x47414C) is known color: Jagger. HEX triplet: 47, 41 and 4C. RGB value is (71,65,76). Sum of RGB (Red+Green+Blue) = 71+65+76=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #47414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47414C is #B8BEB3. Grayscale: #444444. Windows color (decimal): -12107444 or 4997447. OLE color: 4997447.
HSL color Cylindrical-coordinate representation of color #47414C: hue angle of 272.73º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #47414C is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 65 | 76 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.70 |
| HSL | 272.73º | 0.08% | 0.28% | - |
| HSV(B) | 272.73º | 0.14% | 0.3% | - |
| XYZ | 5.79 | 5.64 | 7.62 | - |
| YUV | 68.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 76 | 0.07 | 0.14 | 0 | 0.70 | 272.73 | 0.08 | 0.28 |
| Hex | 47 | 41 | 4C | 7 | E | 0 | 46 | 111 | 8 | 1C |
| Octal | 107 | 101 | 114 | 7 | 16 | 0 | 106 | 421 | 10 | 34 |
| Binary | 1000111 | 1000001 | 1001100 | 111 | 1110 | 0 | 1000110 | 100010001 | 1000 | 11100 |
Color Harmonies of #47414C
Complementary color
Monochromatic Colors of #47414C
Black with #47414C
Text Example
Text Example
White with #47414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47414C; }
p { color: rgb(71,65,76); }
H1.HeaderClassName
{
color: #47414C;
}
.AnyTagClassName
{
color: #47414C;
}
</style>
background-color css
<style>
a { background-color: #47414C; }
a { background-color: rgb(71,65,76); }
div.DivClassName
{
background-color: #47414C;
}
.BgClassName
{
background-color: #47414C;
}
</style>
border-color css
<style>
span { border-color: #47414C; }
span { border-color: rgb(71,65,76); }
td.TdClassName
{
border-color: #47414C;
}
.TagClassName
{
border-color: #47414C;
}
</style>