Shades of Jagger #44394E
Tints of Jagger #44394E
RGB
CMYK
RGB Variations
Color information
#44394E (or 0x44394E) is known color: Jagger. HEX triplet: 44, 39 and 4E. RGB value is (68,57,78). Sum of RGB (Red+Green+Blue) = 68+57+78=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #44394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44394E is #BBC6B1. Grayscale: #3E3E3E. Windows color (decimal): -12306098 or 5126468. OLE color: 5126468.
HSL color Cylindrical-coordinate representation of color #44394E: hue angle of 271.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44394E is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 57 | 78 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.69 |
| HSL | 271.43º | 0.16% | 0.26% | - |
| HSV(B) | 271.43º | 0.27% | 0.31% | - |
| XYZ | 5.22 | 4.71 | 7.84 | - |
| YUV | 62.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 57 | 78 | 0.13 | 0.27 | 0 | 0.69 | 271.43 | 0.16 | 0.26 |
| Hex | 44 | 39 | 4E | D | 1B | 0 | 45 | 10F | 10 | 1A |
| Octal | 104 | 71 | 116 | 15 | 33 | 0 | 105 | 417 | 20 | 32 |
| Binary | 1000100 | 111001 | 1001110 | 1101 | 11011 | 0 | 1000101 | 100001111 | 10000 | 11010 |
Color Harmonies of #44394E
Complementary color
Monochromatic Colors of #44394E
Black with #44394E
Text Example
Text Example
White with #44394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44394E; }
p { color: rgb(68,57,78); }
H1.HeaderClassName
{
color: #44394E;
}
.AnyTagClassName
{
color: #44394E;
}
</style>
background-color css
<style>
a { background-color: #44394E; }
a { background-color: rgb(68,57,78); }
div.DivClassName
{
background-color: #44394E;
}
.BgClassName
{
background-color: #44394E;
}
</style>
border-color css
<style>
span { border-color: #44394E; }
span { border-color: rgb(68,57,78); }
td.TdClassName
{
border-color: #44394E;
}
.TagClassName
{
border-color: #44394E;
}
</style>