Shades of Jagger #443D49
Tints of Jagger #443D49
RGB
CMYK
RGB Variations
Color information
#443D49 (or 0x443D49) is known color: Jagger. HEX triplet: 44, 3D and 49. RGB value is (68,61,73). Sum of RGB (Red+Green+Blue) = 68+61+73=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 73 - color contains mainly: blue. Hex color #443D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443D49 is #BBC2B6. Grayscale: #404040. Windows color (decimal): -12305079 or 4799812. OLE color: 4799812.
HSL color Cylindrical-coordinate representation of color #443D49: hue angle of 275º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #443D49 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 61 | 73 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.71 |
| HSL | 275º | 0.09% | 0.26% | - |
| HSV(B) | 275º | 0.16% | 0.29% | - |
| XYZ | 5.26 | 5.05 | 7 | - |
| YUV | 64.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 73 | 0.07 | 0.16 | 0 | 0.71 | 275 | 0.09 | 0.26 |
| Hex | 44 | 3D | 49 | 7 | 10 | 0 | 47 | 113 | 9 | 1A |
| Octal | 104 | 75 | 111 | 7 | 20 | 0 | 107 | 423 | 11 | 32 |
| Binary | 1000100 | 111101 | 1001001 | 111 | 10000 | 0 | 1000111 | 100010011 | 1001 | 11010 |
Color Harmonies of #443D49
Complementary color
Monochromatic Colors of #443D49
Black with #443D49
Text Example
Text Example
White with #443D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D49; }
p { color: rgb(68,61,73); }
H1.HeaderClassName
{
color: #443D49;
}
.AnyTagClassName
{
color: #443D49;
}
</style>
background-color css
<style>
a { background-color: #443D49; }
a { background-color: rgb(68,61,73); }
div.DivClassName
{
background-color: #443D49;
}
.BgClassName
{
background-color: #443D49;
}
</style>
border-color css
<style>
span { border-color: #443D49; }
span { border-color: rgb(68,61,73); }
td.TdClassName
{
border-color: #443D49;
}
.TagClassName
{
border-color: #443D49;
}
</style>