Shades of Jagger #463C4D
Tints of Jagger #463C4D
RGB
CMYK
RGB Variations
Color information
#463C4D (or 0x463C4D) is known color: Jagger. HEX triplet: 46, 3C and 4D. RGB value is (70,60,77). Sum of RGB (Red+Green+Blue) = 70+60+77=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #463C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C4D is #B9C3B2. Grayscale: #404040. Windows color (decimal): -12174259 or 5061702. OLE color: 5061702.
HSL color Cylindrical-coordinate representation of color #463C4D: hue angle of 275.29º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #463C4D is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 60 | 77 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.70 |
| HSL | 275.29º | 0.12% | 0.27% | - |
| HSV(B) | 275.29º | 0.22% | 0.3% | - |
| XYZ | 5.48 | 5.07 | 7.71 | - |
| YUV | 64.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 77 | 0.09 | 0.22 | 0 | 0.70 | 275.29 | 0.12 | 0.27 |
| Hex | 46 | 3C | 4D | 9 | 16 | 0 | 46 | 113 | C | 1B |
| Octal | 106 | 74 | 115 | 11 | 26 | 0 | 106 | 423 | 14 | 33 |
| Binary | 1000110 | 111100 | 1001101 | 1001 | 10110 | 0 | 1000110 | 100010011 | 1100 | 11011 |
Color Harmonies of #463C4D
Complementary color
Monochromatic Colors of #463C4D
Black with #463C4D
Text Example
Text Example
White with #463C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C4D; }
p { color: rgb(70,60,77); }
H1.HeaderClassName
{
color: #463C4D;
}
.AnyTagClassName
{
color: #463C4D;
}
</style>
background-color css
<style>
a { background-color: #463C4D; }
a { background-color: rgb(70,60,77); }
div.DivClassName
{
background-color: #463C4D;
}
.BgClassName
{
background-color: #463C4D;
}
</style>
border-color css
<style>
span { border-color: #463C4D; }
span { border-color: rgb(70,60,77); }
td.TdClassName
{
border-color: #463C4D;
}
.TagClassName
{
border-color: #463C4D;
}
</style>