Shades of Jagger #422F4E
Tints of Jagger #422F4E
RGB
CMYK
RGB Variations
Color information
#422F4E (or 0x422F4E) is known color: Jagger. HEX triplet: 42, 2F and 4E. RGB value is (66,47,78). Sum of RGB (Red+Green+Blue) = 66+47+78=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #422F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F4E is #BDD0B1. Grayscale: #383838. Windows color (decimal): -12439730 or 5123906. OLE color: 5123906.
HSL color Cylindrical-coordinate representation of color #422F4E: hue angle of 276.77º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #422F4E is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 47 | 78 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.69 |
| HSL | 276.77º | 0.25% | 0.25% | - |
| HSV(B) | 276.77º | 0.4% | 0.31% | - |
| XYZ | 4.64 | 3.74 | 7.69 | - |
| YUV | 56.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 78 | 0.15 | 0.40 | 0 | 0.69 | 276.77 | 0.25 | 0.25 |
| Hex | 42 | 2F | 4E | F | 28 | 0 | 45 | 115 | 19 | 19 |
| Octal | 102 | 57 | 116 | 17 | 50 | 0 | 105 | 425 | 31 | 31 |
| Binary | 1000010 | 101111 | 1001110 | 1111 | 101000 | 0 | 1000101 | 100010101 | 11001 | 11001 |
Color Harmonies of #422F4E
Complementary color
Monochromatic Colors of #422F4E
Black with #422F4E
Text Example
Text Example
White with #422F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F4E; }
p { color: rgb(66,47,78); }
H1.HeaderClassName
{
color: #422F4E;
}
.AnyTagClassName
{
color: #422F4E;
}
</style>
background-color css
<style>
a { background-color: #422F4E; }
a { background-color: rgb(66,47,78); }
div.DivClassName
{
background-color: #422F4E;
}
.BgClassName
{
background-color: #422F4E;
}
</style>
border-color css
<style>
span { border-color: #422F4E; }
span { border-color: rgb(66,47,78); }
td.TdClassName
{
border-color: #422F4E;
}
.TagClassName
{
border-color: #422F4E;
}
</style>