Shades of Jagger #46345B
Tints of Jagger #46345B
RGB
CMYK
RGB Variations
Color information
#46345B (or 0x46345B) is known color: Jagger. HEX triplet: 46, 34 and 5B. RGB value is (70,52,91). Sum of RGB (Red+Green+Blue) = 70+52+91=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #46345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46345B is #B9CBA4. Grayscale: #3D3D3D. Windows color (decimal): -12176293 or 5977158. OLE color: 5977158.
HSL color Cylindrical-coordinate representation of color #46345B: hue angle of 267.69º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46345B is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 52 | 91 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.64 |
| HSL | 267.69º | 0.27% | 0.28% | - |
| HSV(B) | 267.69º | 0.43% | 0.36% | - |
| XYZ | 5.64 | 4.51 | 10.47 | - |
| YUV | 61.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 91 | 0.23 | 0.43 | 0 | 0.64 | 267.69 | 0.27 | 0.28 |
| Hex | 46 | 34 | 5B | 17 | 2B | 0 | 40 | 10C | 1B | 1C |
| Octal | 106 | 64 | 133 | 27 | 53 | 0 | 100 | 414 | 33 | 34 |
| Binary | 1000110 | 110100 | 1011011 | 10111 | 101011 | 0 | 1000000 | 100001100 | 11011 | 11100 |
Color Harmonies of #46345B
Complementary color
Monochromatic Colors of #46345B
Black with #46345B
Text Example
Text Example
White with #46345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46345B; }
p { color: rgb(70,52,91); }
H1.HeaderClassName
{
color: #46345B;
}
.AnyTagClassName
{
color: #46345B;
}
</style>
background-color css
<style>
a { background-color: #46345B; }
a { background-color: rgb(70,52,91); }
div.DivClassName
{
background-color: #46345B;
}
.BgClassName
{
background-color: #46345B;
}
</style>
border-color css
<style>
span { border-color: #46345B; }
span { border-color: rgb(70,52,91); }
td.TdClassName
{
border-color: #46345B;
}
.TagClassName
{
border-color: #46345B;
}
</style>