Shades of Jagger #46394D
Tints of Jagger #46394D
RGB
CMYK
RGB Variations
Color information
#46394D (or 0x46394D) is known color: Jagger. HEX triplet: 46, 39 and 4D. RGB value is (70,57,77). Sum of RGB (Red+Green+Blue) = 70+57+77=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #46394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46394D is #B9C6B2. Grayscale: #3F3F3F. Windows color (decimal): -12175027 or 5060934. OLE color: 5060934.
HSL color Cylindrical-coordinate representation of color #46394D: hue angle of 279º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46394D is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 57 | 77 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.70 |
| HSL | 279º | 0.15% | 0.26% | - |
| HSV(B) | 279º | 0.26% | 0.3% | - |
| XYZ | 5.33 | 4.76 | 7.66 | - |
| YUV | 63.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 77 | 0.09 | 0.26 | 0 | 0.70 | 279 | 0.15 | 0.26 |
| Hex | 46 | 39 | 4D | 9 | 1A | 0 | 46 | 117 | F | 1A |
| Octal | 106 | 71 | 115 | 11 | 32 | 0 | 106 | 427 | 17 | 32 |
| Binary | 1000110 | 111001 | 1001101 | 1001 | 11010 | 0 | 1000110 | 100010111 | 1111 | 11010 |
Color Harmonies of #46394D
Complementary color
Monochromatic Colors of #46394D
Black with #46394D
Text Example
Text Example
White with #46394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46394D; }
p { color: rgb(70,57,77); }
H1.HeaderClassName
{
color: #46394D;
}
.AnyTagClassName
{
color: #46394D;
}
</style>
background-color css
<style>
a { background-color: #46394D; }
a { background-color: rgb(70,57,77); }
div.DivClassName
{
background-color: #46394D;
}
.BgClassName
{
background-color: #46394D;
}
</style>
border-color css
<style>
span { border-color: #46394D; }
span { border-color: rgb(70,57,77); }
td.TdClassName
{
border-color: #46394D;
}
.TagClassName
{
border-color: #46394D;
}
</style>