Shades of Jagger #422B4C
Tints of Jagger #422B4C
RGB
CMYK
RGB Variations
Color information
#422B4C (or 0x422B4C) is known color: Jagger. HEX triplet: 42, 2B and 4C. RGB value is (66,43,76). Sum of RGB (Red+Green+Blue) = 66+43+76=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #422B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B4C is #BDD4B3. Grayscale: #353535. Windows color (decimal): -12440756 or 4991810. OLE color: 4991810.
HSL color Cylindrical-coordinate representation of color #422B4C: hue angle of 281.82º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #422B4C is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 43 | 76 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.70 |
| HSL | 281.82º | 0.28% | 0.23% | - |
| HSV(B) | 281.82º | 0.43% | 0.3% | - |
| XYZ | 4.42 | 3.41 | 7.26 | - |
| YUV | 53.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 76 | 0.13 | 0.43 | 0 | 0.70 | 281.82 | 0.28 | 0.23 |
| Hex | 42 | 2B | 4C | D | 2B | 0 | 46 | 11A | 1C | 17 |
| Octal | 102 | 53 | 114 | 15 | 53 | 0 | 106 | 432 | 34 | 27 |
| Binary | 1000010 | 101011 | 1001100 | 1101 | 101011 | 0 | 1000110 | 100011010 | 11100 | 10111 |
Color Harmonies of #422B4C
Complementary color
Monochromatic Colors of #422B4C
Black with #422B4C
Text Example
Text Example
White with #422B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B4C; }
p { color: rgb(66,43,76); }
H1.HeaderClassName
{
color: #422B4C;
}
.AnyTagClassName
{
color: #422B4C;
}
</style>
background-color css
<style>
a { background-color: #422B4C; }
a { background-color: rgb(66,43,76); }
div.DivClassName
{
background-color: #422B4C;
}
.BgClassName
{
background-color: #422B4C;
}
</style>
border-color css
<style>
span { border-color: #422B4C; }
span { border-color: rgb(66,43,76); }
td.TdClassName
{
border-color: #422B4C;
}
.TagClassName
{
border-color: #422B4C;
}
</style>