Shades of Jagger #443B4D
Tints of Jagger #443B4D
RGB
CMYK
RGB Variations
Color information
#443B4D (or 0x443B4D) is known color: Jagger. HEX triplet: 44, 3B and 4D. RGB value is (68,59,77). Sum of RGB (Red+Green+Blue) = 68+59+77=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #443B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443B4D is #BBC4B2. Grayscale: #3F3F3F. Windows color (decimal): -12305587 or 5061444. OLE color: 5061444.
HSL color Cylindrical-coordinate representation of color #443B4D: hue angle of 270º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #443B4D is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 59 | 77 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.70 |
| HSL | 270º | 0.13% | 0.27% | - |
| HSV(B) | 270º | 0.23% | 0.3% | - |
| XYZ | 5.29 | 4.89 | 7.69 | - |
| YUV | 63.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 77 | 0.12 | 0.23 | 0 | 0.70 | 270 | 0.13 | 0.27 |
| Hex | 44 | 3B | 4D | C | 17 | 0 | 46 | 10E | D | 1B |
| Octal | 104 | 73 | 115 | 14 | 27 | 0 | 106 | 416 | 15 | 33 |
| Binary | 1000100 | 111011 | 1001101 | 1100 | 10111 | 0 | 1000110 | 100001110 | 1101 | 11011 |
Color Harmonies of #443B4D
Complementary color
Monochromatic Colors of #443B4D
Black with #443B4D
Text Example
Text Example
White with #443B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B4D; }
p { color: rgb(68,59,77); }
H1.HeaderClassName
{
color: #443B4D;
}
.AnyTagClassName
{
color: #443B4D;
}
</style>
background-color css
<style>
a { background-color: #443B4D; }
a { background-color: rgb(68,59,77); }
div.DivClassName
{
background-color: #443B4D;
}
.BgClassName
{
background-color: #443B4D;
}
</style>
border-color css
<style>
span { border-color: #443B4D; }
span { border-color: rgb(68,59,77); }
td.TdClassName
{
border-color: #443B4D;
}
.TagClassName
{
border-color: #443B4D;
}
</style>