Shades of Jagger #464149
Tints of Jagger #464149
RGB
CMYK
RGB Variations
Color information
#464149 (or 0x464149) is known color: Jagger. HEX triplet: 46, 41 and 49. RGB value is (70,65,73). Sum of RGB (Red+Green+Blue) = 70+65+73=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 73 - color contains mainly: blue. Hex color #464149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464149 is #B9BEB6. Grayscale: #434343. Windows color (decimal): -12172983 or 4800838. OLE color: 4800838.
HSL color Cylindrical-coordinate representation of color #464149: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #464149 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 65 | 73 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.71 |
| HSL | 277.5º | 0.06% | 0.27% | - |
| HSV(B) | 277.5º | 0.11% | 0.29% | - |
| XYZ | 5.62 | 5.56 | 7.08 | - |
| YUV | 67.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 73 | 0.04 | 0.11 | 0 | 0.71 | 277.5 | 0.06 | 0.27 |
| Hex | 46 | 41 | 49 | 4 | B | 0 | 47 | 116 | 6 | 1B |
| Octal | 106 | 101 | 111 | 4 | 13 | 0 | 107 | 426 | 6 | 33 |
| Binary | 1000110 | 1000001 | 1001001 | 100 | 1011 | 0 | 1000111 | 100010110 | 110 | 11011 |
Color Harmonies of #464149
Complementary color
Monochromatic Colors of #464149
Black with #464149
Text Example
Text Example
White with #464149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464149; }
p { color: rgb(70,65,73); }
H1.HeaderClassName
{
color: #464149;
}
.AnyTagClassName
{
color: #464149;
}
</style>
background-color css
<style>
a { background-color: #464149; }
a { background-color: rgb(70,65,73); }
div.DivClassName
{
background-color: #464149;
}
.BgClassName
{
background-color: #464149;
}
</style>
border-color css
<style>
span { border-color: #464149; }
span { border-color: rgb(70,65,73); }
td.TdClassName
{
border-color: #464149;
}
.TagClassName
{
border-color: #464149;
}
</style>