Shades of Jagger #443C49
Tints of Jagger #443C49
RGB
CMYK
RGB Variations
Color information
#443C49 (or 0x443C49) is known color: Jagger. HEX triplet: 44, 3C and 49. RGB value is (68,60,73). Sum of RGB (Red+Green+Blue) = 68+60+73=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 73 - color contains mainly: blue. Hex color #443C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C49 is #BBC3B6. Grayscale: #3F3F3F. Windows color (decimal): -12305335 or 4799556. OLE color: 4799556.
HSL color Cylindrical-coordinate representation of color #443C49: hue angle of 276.92º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #443C49 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 60 | 73 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.71 |
| HSL | 276.92º | 0.1% | 0.26% | - |
| HSV(B) | 276.92º | 0.18% | 0.29% | - |
| XYZ | 5.2 | 4.94 | 6.98 | - |
| YUV | 63.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 73 | 0.07 | 0.18 | 0 | 0.71 | 276.92 | 0.1 | 0.26 |
| Hex | 44 | 3C | 49 | 7 | 12 | 0 | 47 | 115 | A | 1A |
| Octal | 104 | 74 | 111 | 7 | 22 | 0 | 107 | 425 | 12 | 32 |
| Binary | 1000100 | 111100 | 1001001 | 111 | 10010 | 0 | 1000111 | 100010101 | 1010 | 11010 |
Color Harmonies of #443C49
Complementary color
Monochromatic Colors of #443C49
Black with #443C49
Text Example
Text Example
White with #443C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C49; }
p { color: rgb(68,60,73); }
H1.HeaderClassName
{
color: #443C49;
}
.AnyTagClassName
{
color: #443C49;
}
</style>
background-color css
<style>
a { background-color: #443C49; }
a { background-color: rgb(68,60,73); }
div.DivClassName
{
background-color: #443C49;
}
.BgClassName
{
background-color: #443C49;
}
</style>
border-color css
<style>
span { border-color: #443C49; }
span { border-color: rgb(68,60,73); }
td.TdClassName
{
border-color: #443C49;
}
.TagClassName
{
border-color: #443C49;
}
</style>