Shades of Jagger #46394F
Tints of Jagger #46394F
RGB
CMYK
RGB Variations
Color information
#46394F (or 0x46394F) is known color: Jagger. HEX triplet: 46, 39 and 4F. RGB value is (70,57,79). Sum of RGB (Red+Green+Blue) = 70+57+79=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #46394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46394F is #B9C6B0. Grayscale: #3F3F3F. Windows color (decimal): -12175025 or 5192006. OLE color: 5192006.
HSL color Cylindrical-coordinate representation of color #46394F: hue angle of 275.45º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46394F is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 57 | 79 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.69 |
| HSL | 275.45º | 0.16% | 0.27% | - |
| HSV(B) | 275.45º | 0.28% | 0.31% | - |
| XYZ | 5.4 | 4.79 | 8.04 | - |
| YUV | 63.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 79 | 0.11 | 0.28 | 0 | 0.69 | 275.45 | 0.16 | 0.27 |
| Hex | 46 | 39 | 4F | B | 1C | 0 | 45 | 113 | 10 | 1B |
| Octal | 106 | 71 | 117 | 13 | 34 | 0 | 105 | 423 | 20 | 33 |
| Binary | 1000110 | 111001 | 1001111 | 1011 | 11100 | 0 | 1000101 | 100010011 | 10000 | 11011 |
Color Harmonies of #46394F
Complementary color
Monochromatic Colors of #46394F
Black with #46394F
Text Example
Text Example
White with #46394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46394F; }
p { color: rgb(70,57,79); }
H1.HeaderClassName
{
color: #46394F;
}
.AnyTagClassName
{
color: #46394F;
}
</style>
background-color css
<style>
a { background-color: #46394F; }
a { background-color: rgb(70,57,79); }
div.DivClassName
{
background-color: #46394F;
}
.BgClassName
{
background-color: #46394F;
}
</style>
border-color css
<style>
span { border-color: #46394F; }
span { border-color: rgb(70,57,79); }
td.TdClassName
{
border-color: #46394F;
}
.TagClassName
{
border-color: #46394F;
}
</style>