Shades of Jagger #46394E
Tints of Jagger #46394E
RGB
CMYK
RGB Variations
Color information
#46394E (or 0x46394E) is known color: Jagger. HEX triplet: 46, 39 and 4E. RGB value is (70,57,78). Sum of RGB (Red+Green+Blue) = 70+57+78=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 78 - color contains mainly: blue. Hex color #46394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46394E is #B9C6B1. Grayscale: #3F3F3F. Windows color (decimal): -12175026 or 5126470. OLE color: 5126470.
HSL color Cylindrical-coordinate representation of color #46394E: hue angle of 277.14º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46394E is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 57 | 78 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.69 |
| HSL | 277.14º | 0.16% | 0.26% | - |
| HSV(B) | 277.14º | 0.27% | 0.31% | - |
| XYZ | 5.36 | 4.78 | 7.85 | - |
| YUV | 63.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 78 | 0.10 | 0.27 | 0 | 0.69 | 277.14 | 0.16 | 0.26 |
| Hex | 46 | 39 | 4E | A | 1B | 0 | 45 | 115 | 10 | 1A |
| Octal | 106 | 71 | 116 | 12 | 33 | 0 | 105 | 425 | 20 | 32 |
| Binary | 1000110 | 111001 | 1001110 | 1010 | 11011 | 0 | 1000101 | 100010101 | 10000 | 11010 |
Color Harmonies of #46394E
Complementary color
Monochromatic Colors of #46394E
Black with #46394E
Text Example
Text Example
White with #46394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46394E; }
p { color: rgb(70,57,78); }
H1.HeaderClassName
{
color: #46394E;
}
.AnyTagClassName
{
color: #46394E;
}
</style>
background-color css
<style>
a { background-color: #46394E; }
a { background-color: rgb(70,57,78); }
div.DivClassName
{
background-color: #46394E;
}
.BgClassName
{
background-color: #46394E;
}
</style>
border-color css
<style>
span { border-color: #46394E; }
span { border-color: rgb(70,57,78); }
td.TdClassName
{
border-color: #46394E;
}
.TagClassName
{
border-color: #46394E;
}
</style>