Shades of Jagger #44354C
Tints of Jagger #44354C
RGB
CMYK
RGB Variations
Color information
#44354C (or 0x44354C) is known color: Jagger. HEX triplet: 44, 35 and 4C. RGB value is (68,53,76). Sum of RGB (Red+Green+Blue) = 68+53+76=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 76 - color contains mainly: blue. Hex color #44354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44354C is #BBCAB3. Grayscale: #3C3C3C. Windows color (decimal): -12307124 or 4994372. OLE color: 4994372.
HSL color Cylindrical-coordinate representation of color #44354C: hue angle of 279.13º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #44354C is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 53 | 76 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.70 |
| HSL | 279.13º | 0.18% | 0.25% | - |
| HSV(B) | 279.13º | 0.3% | 0.3% | - |
| XYZ | 4.96 | 4.3 | 7.41 | - |
| YUV | 60.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 76 | 0.11 | 0.30 | 0 | 0.70 | 279.13 | 0.18 | 0.25 |
| Hex | 44 | 35 | 4C | B | 1E | 0 | 46 | 117 | 12 | 19 |
| Octal | 104 | 65 | 114 | 13 | 36 | 0 | 106 | 427 | 22 | 31 |
| Binary | 1000100 | 110101 | 1001100 | 1011 | 11110 | 0 | 1000110 | 100010111 | 10010 | 11001 |
Color Harmonies of #44354C
Complementary color
Monochromatic Colors of #44354C
Black with #44354C
Text Example
Text Example
White with #44354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44354C; }
p { color: rgb(68,53,76); }
H1.HeaderClassName
{
color: #44354C;
}
.AnyTagClassName
{
color: #44354C;
}
</style>
background-color css
<style>
a { background-color: #44354C; }
a { background-color: rgb(68,53,76); }
div.DivClassName
{
background-color: #44354C;
}
.BgClassName
{
background-color: #44354C;
}
</style>
border-color css
<style>
span { border-color: #44354C; }
span { border-color: rgb(68,53,76); }
td.TdClassName
{
border-color: #44354C;
}
.TagClassName
{
border-color: #44354C;
}
</style>