Shades of Jagger #46404A
Tints of Jagger #46404A
RGB
CMYK
RGB Variations
Color information
#46404A (or 0x46404A) is known color: Jagger. HEX triplet: 46, 40 and 4A. RGB value is (70,64,74). Sum of RGB (Red+Green+Blue) = 70+64+74=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 74 - color contains mainly: blue. Hex color #46404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46404A is #B9BFB5. Grayscale: #424242. Windows color (decimal): -12173238 or 4866118. OLE color: 4866118.
HSL color Cylindrical-coordinate representation of color #46404A: hue angle of 276º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46404A is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 64 | 74 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.71 |
| HSL | 276º | 0.07% | 0.27% | - |
| HSV(B) | 276º | 0.14% | 0.29% | - |
| XYZ | 5.6 | 5.46 | 7.24 | - |
| YUV | 66.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 74 | 0.05 | 0.14 | 0 | 0.71 | 276 | 0.07 | 0.27 |
| Hex | 46 | 40 | 4A | 5 | E | 0 | 47 | 114 | 7 | 1B |
| Octal | 106 | 100 | 112 | 5 | 16 | 0 | 107 | 424 | 7 | 33 |
| Binary | 1000110 | 1000000 | 1001010 | 101 | 1110 | 0 | 1000111 | 100010100 | 111 | 11011 |
Color Harmonies of #46404A
Complementary color
Monochromatic Colors of #46404A
Black with #46404A
Text Example
Text Example
White with #46404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46404A; }
p { color: rgb(70,64,74); }
H1.HeaderClassName
{
color: #46404A;
}
.AnyTagClassName
{
color: #46404A;
}
</style>
background-color css
<style>
a { background-color: #46404A; }
a { background-color: rgb(70,64,74); }
div.DivClassName
{
background-color: #46404A;
}
.BgClassName
{
background-color: #46404A;
}
</style>
border-color css
<style>
span { border-color: #46404A; }
span { border-color: rgb(70,64,74); }
td.TdClassName
{
border-color: #46404A;
}
.TagClassName
{
border-color: #46404A;
}
</style>