Shades of Jagger #422C4D
Tints of Jagger #422C4D
RGB
CMYK
RGB Variations
Color information
#422C4D (or 0x422C4D) is known color: Jagger. HEX triplet: 42, 2C and 4D. RGB value is (66,44,77). Sum of RGB (Red+Green+Blue) = 66+44+77=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #422C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C4D is #BDD3B2. Grayscale: #363636. Windows color (decimal): -12440499 or 5057602. OLE color: 5057602.
HSL color Cylindrical-coordinate representation of color #422C4D: hue angle of 280º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #422C4D is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 44 | 77 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.70 |
| HSL | 280º | 0.27% | 0.24% | - |
| HSV(B) | 280º | 0.43% | 0.3% | - |
| XYZ | 4.49 | 3.5 | 7.46 | - |
| YUV | 54.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 77 | 0.14 | 0.43 | 0 | 0.70 | 280 | 0.27 | 0.24 |
| Hex | 42 | 2C | 4D | E | 2B | 0 | 46 | 118 | 1B | 18 |
| Octal | 102 | 54 | 115 | 16 | 53 | 0 | 106 | 430 | 33 | 30 |
| Binary | 1000010 | 101100 | 1001101 | 1110 | 101011 | 0 | 1000110 | 100011000 | 11011 | 11000 |
Color Harmonies of #422C4D
Complementary color
Monochromatic Colors of #422C4D
Black with #422C4D
Text Example
Text Example
White with #422C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C4D; }
p { color: rgb(66,44,77); }
H1.HeaderClassName
{
color: #422C4D;
}
.AnyTagClassName
{
color: #422C4D;
}
</style>
background-color css
<style>
a { background-color: #422C4D; }
a { background-color: rgb(66,44,77); }
div.DivClassName
{
background-color: #422C4D;
}
.BgClassName
{
background-color: #422C4D;
}
</style>
border-color css
<style>
span { border-color: #422C4D; }
span { border-color: rgb(66,44,77); }
td.TdClassName
{
border-color: #422C4D;
}
.TagClassName
{
border-color: #422C4D;
}
</style>