Shades of Jagger #463C50
Tints of Jagger #463C50
RGB
CMYK
RGB Variations
Color information
#463C50 (or 0x463C50) is known color: Jagger. HEX triplet: 46, 3C and 50. RGB value is (70,60,80). Sum of RGB (Red+Green+Blue) = 70+60+80=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #463C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C50 is #B9C3AF. Grayscale: #414141. Windows color (decimal): -12174256 or 5258310. OLE color: 5258310.
HSL color Cylindrical-coordinate representation of color #463C50: hue angle of 270º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #463C50 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 60 | 80 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.69 |
| HSL | 270º | 0.14% | 0.27% | - |
| HSV(B) | 270º | 0.25% | 0.31% | - |
| XYZ | 5.59 | 5.11 | 8.28 | - |
| YUV | 65.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 80 | 0.12 | 0.25 | 0 | 0.69 | 270 | 0.14 | 0.27 |
| Hex | 46 | 3C | 50 | C | 19 | 0 | 45 | 10E | E | 1B |
| Octal | 106 | 74 | 120 | 14 | 31 | 0 | 105 | 416 | 16 | 33 |
| Binary | 1000110 | 111100 | 1010000 | 1100 | 11001 | 0 | 1000101 | 100001110 | 1110 | 11011 |
Color Harmonies of #463C50
Complementary color
Monochromatic Colors of #463C50
Black with #463C50
Text Example
Text Example
White with #463C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C50; }
p { color: rgb(70,60,80); }
H1.HeaderClassName
{
color: #463C50;
}
.AnyTagClassName
{
color: #463C50;
}
</style>
background-color css
<style>
a { background-color: #463C50; }
a { background-color: rgb(70,60,80); }
div.DivClassName
{
background-color: #463C50;
}
.BgClassName
{
background-color: #463C50;
}
</style>
border-color css
<style>
span { border-color: #463C50; }
span { border-color: rgb(70,60,80); }
td.TdClassName
{
border-color: #463C50;
}
.TagClassName
{
border-color: #463C50;
}
</style>