Shades of Jagger #463355
Tints of Jagger #463355
RGB
CMYK
RGB Variations
Color information
#463355 (or 0x463355) is known color: Jagger. HEX triplet: 46, 33 and 55. RGB value is (70,51,85). Sum of RGB (Red+Green+Blue) = 70+51+85=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #463355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463355 is #B9CCAA. Grayscale: #3C3C3C. Windows color (decimal): -12176555 or 5583686. OLE color: 5583686.
HSL color Cylindrical-coordinate representation of color #463355: hue angle of 273.53º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #463355 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 51 | 85 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.67 |
| HSL | 273.53º | 0.25% | 0.27% | - |
| HSV(B) | 273.53º | 0.4% | 0.33% | - |
| XYZ | 5.35 | 4.33 | 9.15 | - |
| YUV | 60.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 85 | 0.18 | 0.40 | 0 | 0.67 | 273.53 | 0.25 | 0.27 |
| Hex | 46 | 33 | 55 | 12 | 28 | 0 | 43 | 112 | 19 | 1B |
| Octal | 106 | 63 | 125 | 22 | 50 | 0 | 103 | 422 | 31 | 33 |
| Binary | 1000110 | 110011 | 1010101 | 10010 | 101000 | 0 | 1000011 | 100010010 | 11001 | 11011 |
Color Harmonies of #463355
Complementary color
Monochromatic Colors of #463355
Black with #463355
Text Example
Text Example
White with #463355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463355; }
p { color: rgb(70,51,85); }
H1.HeaderClassName
{
color: #463355;
}
.AnyTagClassName
{
color: #463355;
}
</style>
background-color css
<style>
a { background-color: #463355; }
a { background-color: rgb(70,51,85); }
div.DivClassName
{
background-color: #463355;
}
.BgClassName
{
background-color: #463355;
}
</style>
border-color css
<style>
span { border-color: #463355; }
span { border-color: rgb(70,51,85); }
td.TdClassName
{
border-color: #463355;
}
.TagClassName
{
border-color: #463355;
}
</style>