Shades of Jagger #46394C
Tints of Jagger #46394C
RGB
CMYK
RGB Variations
Color information
#46394C (or 0x46394C) is known color: Jagger. HEX triplet: 46, 39 and 4C. RGB value is (70,57,76). Sum of RGB (Red+Green+Blue) = 70+57+76=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #46394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46394C is #B9C6B3. Grayscale: #3E3E3E. Windows color (decimal): -12175028 or 4995398. OLE color: 4995398.
HSL color Cylindrical-coordinate representation of color #46394C: hue angle of 281.05º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #46394C is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 57 | 76 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.70 |
| HSL | 281.05º | 0.14% | 0.26% | - |
| HSV(B) | 281.05º | 0.25% | 0.3% | - |
| XYZ | 5.29 | 4.75 | 7.48 | - |
| YUV | 63.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 76 | 0.08 | 0.25 | 0 | 0.70 | 281.05 | 0.14 | 0.26 |
| Hex | 46 | 39 | 4C | 8 | 19 | 0 | 46 | 119 | E | 1A |
| Octal | 106 | 71 | 114 | 10 | 31 | 0 | 106 | 431 | 16 | 32 |
| Binary | 1000110 | 111001 | 1001100 | 1000 | 11001 | 0 | 1000110 | 100011001 | 1110 | 11010 |
Color Harmonies of #46394C
Complementary color
Monochromatic Colors of #46394C
Black with #46394C
Text Example
Text Example
White with #46394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46394C; }
p { color: rgb(70,57,76); }
H1.HeaderClassName
{
color: #46394C;
}
.AnyTagClassName
{
color: #46394C;
}
</style>
background-color css
<style>
a { background-color: #46394C; }
a { background-color: rgb(70,57,76); }
div.DivClassName
{
background-color: #46394C;
}
.BgClassName
{
background-color: #46394C;
}
</style>
border-color css
<style>
span { border-color: #46394C; }
span { border-color: rgb(70,57,76); }
td.TdClassName
{
border-color: #46394C;
}
.TagClassName
{
border-color: #46394C;
}
</style>