Shades of Jagger #42304A
Tints of Jagger #42304A
RGB
CMYK
RGB Variations
Color information
#42304A (or 0x42304A) is known color: Jagger. HEX triplet: 42, 30 and 4A. RGB value is (66,48,74). Sum of RGB (Red+Green+Blue) = 66+48+74=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 74 - color contains mainly: blue. Hex color #42304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42304A is #BDCFB5. Grayscale: #383838. Windows color (decimal): -12439478 or 4862018. OLE color: 4862018.
HSL color Cylindrical-coordinate representation of color #42304A: hue angle of 281.54º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42304A is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 48 | 74 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.71 |
| HSL | 281.54º | 0.21% | 0.24% | - |
| HSV(B) | 281.54º | 0.35% | 0.29% | - |
| XYZ | 4.54 | 3.77 | 6.97 | - |
| YUV | 56.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 74 | 0.11 | 0.35 | 0 | 0.71 | 281.54 | 0.21 | 0.24 |
| Hex | 42 | 30 | 4A | B | 23 | 0 | 47 | 11A | 15 | 18 |
| Octal | 102 | 60 | 112 | 13 | 43 | 0 | 107 | 432 | 25 | 30 |
| Binary | 1000010 | 110000 | 1001010 | 1011 | 100011 | 0 | 1000111 | 100011010 | 10101 | 11000 |
Color Harmonies of #42304A
Complementary color
Monochromatic Colors of #42304A
Black with #42304A
Text Example
Text Example
White with #42304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42304A; }
p { color: rgb(66,48,74); }
H1.HeaderClassName
{
color: #42304A;
}
.AnyTagClassName
{
color: #42304A;
}
</style>
background-color css
<style>
a { background-color: #42304A; }
a { background-color: rgb(66,48,74); }
div.DivClassName
{
background-color: #42304A;
}
.BgClassName
{
background-color: #42304A;
}
</style>
border-color css
<style>
span { border-color: #42304A; }
span { border-color: rgb(66,48,74); }
td.TdClassName
{
border-color: #42304A;
}
.TagClassName
{
border-color: #42304A;
}
</style>