Shades of Jagger #46364F
Tints of Jagger #46364F
RGB
CMYK
RGB Variations
Color information
#46364F (or 0x46364F) is known color: Jagger. HEX triplet: 46, 36 and 4F. RGB value is (70,54,79). Sum of RGB (Red+Green+Blue) = 70+54+79=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #46364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46364F is #B9C9B0. Grayscale: #3D3D3D. Windows color (decimal): -12175793 or 5191238. OLE color: 5191238.
HSL color Cylindrical-coordinate representation of color #46364F: hue angle of 278.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #46364F is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 54 | 79 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.69 |
| HSL | 278.4º | 0.19% | 0.26% | - |
| HSV(B) | 278.4º | 0.32% | 0.31% | - |
| XYZ | 5.26 | 4.5 | 7.99 | - |
| YUV | 61.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 79 | 0.11 | 0.32 | 0 | 0.69 | 278.4 | 0.19 | 0.26 |
| Hex | 46 | 36 | 4F | B | 20 | 0 | 45 | 116 | 13 | 1A |
| Octal | 106 | 66 | 117 | 13 | 40 | 0 | 105 | 426 | 23 | 32 |
| Binary | 1000110 | 110110 | 1001111 | 1011 | 100000 | 0 | 1000101 | 100010110 | 10011 | 11010 |
Color Harmonies of #46364F
Complementary color
Monochromatic Colors of #46364F
Black with #46364F
Text Example
Text Example
White with #46364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46364F; }
p { color: rgb(70,54,79); }
H1.HeaderClassName
{
color: #46364F;
}
.AnyTagClassName
{
color: #46364F;
}
</style>
background-color css
<style>
a { background-color: #46364F; }
a { background-color: rgb(70,54,79); }
div.DivClassName
{
background-color: #46364F;
}
.BgClassName
{
background-color: #46364F;
}
</style>
border-color css
<style>
span { border-color: #46364F; }
span { border-color: rgb(70,54,79); }
td.TdClassName
{
border-color: #46364F;
}
.TagClassName
{
border-color: #46364F;
}
</style>