Shades of Jagger #44364D
Tints of Jagger #44364D
RGB
CMYK
RGB Variations
Color information
#44364D (or 0x44364D) is known color: Jagger. HEX triplet: 44, 36 and 4D. RGB value is (68,54,77). Sum of RGB (Red+Green+Blue) = 68+54+77=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #44364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44364D is #BBC9B2. Grayscale: #3C3C3C. Windows color (decimal): -12306867 or 5060164. OLE color: 5060164.
HSL color Cylindrical-coordinate representation of color #44364D: hue angle of 276.52º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #44364D is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 54 | 77 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.70 |
| HSL | 276.52º | 0.18% | 0.26% | - |
| HSV(B) | 276.52º | 0.3% | 0.3% | - |
| XYZ | 5.04 | 4.4 | 7.61 | - |
| YUV | 60.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 54 | 77 | 0.12 | 0.30 | 0 | 0.70 | 276.52 | 0.18 | 0.26 |
| Hex | 44 | 36 | 4D | C | 1E | 0 | 46 | 115 | 12 | 1A |
| Octal | 104 | 66 | 115 | 14 | 36 | 0 | 106 | 425 | 22 | 32 |
| Binary | 1000100 | 110110 | 1001101 | 1100 | 11110 | 0 | 1000110 | 100010101 | 10010 | 11010 |
Color Harmonies of #44364D
Complementary color
Monochromatic Colors of #44364D
Black with #44364D
Text Example
Text Example
White with #44364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44364D; }
p { color: rgb(68,54,77); }
H1.HeaderClassName
{
color: #44364D;
}
.AnyTagClassName
{
color: #44364D;
}
</style>
background-color css
<style>
a { background-color: #44364D; }
a { background-color: rgb(68,54,77); }
div.DivClassName
{
background-color: #44364D;
}
.BgClassName
{
background-color: #44364D;
}
</style>
border-color css
<style>
span { border-color: #44364D; }
span { border-color: rgb(68,54,77); }
td.TdClassName
{
border-color: #44364D;
}
.TagClassName
{
border-color: #44364D;
}
</style>