Shades of Jagger #464249
Tints of Jagger #464249
RGB
CMYK
RGB Variations
Color information
#464249 (or 0x464249) is known color: Jagger. HEX triplet: 46, 42 and 49. RGB value is (70,66,73). Sum of RGB (Red+Green+Blue) = 70+66+73=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 73 - color contains mainly: blue. Hex color #464249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464249 is #B9BDB6. Grayscale: #434343. Windows color (decimal): -12172727 or 4801094. OLE color: 4801094.
HSL color Cylindrical-coordinate representation of color #464249: hue angle of 274.29º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #464249 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 66 | 73 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.71 |
| HSL | 274.29º | 0.05% | 0.27% | - |
| HSV(B) | 274.29º | 0.1% | 0.29% | - |
| XYZ | 5.68 | 5.68 | 7.1 | - |
| YUV | 67.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 73 | 0.04 | 0.10 | 0 | 0.71 | 274.29 | 0.05 | 0.27 |
| Hex | 46 | 42 | 49 | 4 | A | 0 | 47 | 112 | 5 | 1B |
| Octal | 106 | 102 | 111 | 4 | 12 | 0 | 107 | 422 | 5 | 33 |
| Binary | 1000110 | 1000010 | 1001001 | 100 | 1010 | 0 | 1000111 | 100010010 | 101 | 11011 |
Color Harmonies of #464249
Complementary color
Monochromatic Colors of #464249
Black with #464249
Text Example
Text Example
White with #464249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464249; }
p { color: rgb(70,66,73); }
H1.HeaderClassName
{
color: #464249;
}
.AnyTagClassName
{
color: #464249;
}
</style>
background-color css
<style>
a { background-color: #464249; }
a { background-color: rgb(70,66,73); }
div.DivClassName
{
background-color: #464249;
}
.BgClassName
{
background-color: #464249;
}
</style>
border-color css
<style>
span { border-color: #464249; }
span { border-color: rgb(70,66,73); }
td.TdClassName
{
border-color: #464249;
}
.TagClassName
{
border-color: #464249;
}
</style>