Shades of Jagger #423C48
Tints of Jagger #423C48
RGB
CMYK
RGB Variations
Color information
#423C48 (or 0x423C48) is known color: Jagger. HEX triplet: 42, 3C and 48. RGB value is (66,60,72). Sum of RGB (Red+Green+Blue) = 66+60+72=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 72 - color contains mainly: blue. Hex color #423C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C48 is #BDC3B7. Grayscale: #3F3F3F. Windows color (decimal): -12436408 or 4734018. OLE color: 4734018.
HSL color Cylindrical-coordinate representation of color #423C48: hue angle of 270º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #423C48 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 60 | 72 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.72 |
| HSL | 270º | 0.09% | 0.26% | - |
| HSV(B) | 270º | 0.17% | 0.28% | - |
| XYZ | 5.03 | 4.86 | 6.8 | - |
| YUV | 63.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 72 | 0.08 | 0.17 | 0 | 0.72 | 270 | 0.09 | 0.26 |
| Hex | 42 | 3C | 48 | 8 | 11 | 0 | 48 | 10E | 9 | 1A |
| Octal | 102 | 74 | 110 | 10 | 21 | 0 | 110 | 416 | 11 | 32 |
| Binary | 1000010 | 111100 | 1001000 | 1000 | 10001 | 0 | 1001000 | 100001110 | 1001 | 11010 |
Color Harmonies of #423C48
Complementary color
Monochromatic Colors of #423C48
Black with #423C48
Text Example
Text Example
White with #423C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C48; }
p { color: rgb(66,60,72); }
H1.HeaderClassName
{
color: #423C48;
}
.AnyTagClassName
{
color: #423C48;
}
</style>
background-color css
<style>
a { background-color: #423C48; }
a { background-color: rgb(66,60,72); }
div.DivClassName
{
background-color: #423C48;
}
.BgClassName
{
background-color: #423C48;
}
</style>
border-color css
<style>
span { border-color: #423C48; }
span { border-color: rgb(66,60,72); }
td.TdClassName
{
border-color: #423C48;
}
.TagClassName
{
border-color: #423C48;
}
</style>