Shades of Jagger #44374E
Tints of Jagger #44374E
RGB
CMYK
RGB Variations
Color information
#44374E (or 0x44374E) is known color: Jagger. HEX triplet: 44, 37 and 4E. RGB value is (68,55,78). Sum of RGB (Red+Green+Blue) = 68+55+78=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 78 - color contains mainly: blue. Hex color #44374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44374E is #BBC8B1. Grayscale: #3D3D3D. Windows color (decimal): -12306610 or 5125956. OLE color: 5125956.
HSL color Cylindrical-coordinate representation of color #44374E: hue angle of 273.91º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44374E is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 55 | 78 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.69 |
| HSL | 273.91º | 0.17% | 0.26% | - |
| HSV(B) | 273.91º | 0.29% | 0.31% | - |
| XYZ | 5.13 | 4.51 | 7.81 | - |
| YUV | 61.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 78 | 0.13 | 0.29 | 0 | 0.69 | 273.91 | 0.17 | 0.26 |
| Hex | 44 | 37 | 4E | D | 1D | 0 | 45 | 112 | 11 | 1A |
| Octal | 104 | 67 | 116 | 15 | 35 | 0 | 105 | 422 | 21 | 32 |
| Binary | 1000100 | 110111 | 1001110 | 1101 | 11101 | 0 | 1000101 | 100010010 | 10001 | 11010 |
Color Harmonies of #44374E
Complementary color
Monochromatic Colors of #44374E
Black with #44374E
Text Example
Text Example
White with #44374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44374E; }
p { color: rgb(68,55,78); }
H1.HeaderClassName
{
color: #44374E;
}
.AnyTagClassName
{
color: #44374E;
}
</style>
background-color css
<style>
a { background-color: #44374E; }
a { background-color: rgb(68,55,78); }
div.DivClassName
{
background-color: #44374E;
}
.BgClassName
{
background-color: #44374E;
}
</style>
border-color css
<style>
span { border-color: #44374E; }
span { border-color: rgb(68,55,78); }
td.TdClassName
{
border-color: #44374E;
}
.TagClassName
{
border-color: #44374E;
}
</style>