Shades of Jagger #44374D
Tints of Jagger #44374D
RGB
CMYK
RGB Variations
Color information
#44374D (or 0x44374D) is known color: Jagger. HEX triplet: 44, 37 and 4D. RGB value is (68,55,77). Sum of RGB (Red+Green+Blue) = 68+55+77=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #44374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44374D is #BBC8B2. Grayscale: #3D3D3D. Windows color (decimal): -12306611 or 5060420. OLE color: 5060420.
HSL color Cylindrical-coordinate representation of color #44374D: hue angle of 275.45º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44374D is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 55 | 77 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.70 |
| HSL | 275.45º | 0.17% | 0.26% | - |
| HSV(B) | 275.45º | 0.29% | 0.3% | - |
| XYZ | 5.09 | 4.5 | 7.62 | - |
| YUV | 61.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 77 | 0.12 | 0.29 | 0 | 0.70 | 275.45 | 0.17 | 0.26 |
| Hex | 44 | 37 | 4D | C | 1D | 0 | 46 | 113 | 11 | 1A |
| Octal | 104 | 67 | 115 | 14 | 35 | 0 | 106 | 423 | 21 | 32 |
| Binary | 1000100 | 110111 | 1001101 | 1100 | 11101 | 0 | 1000110 | 100010011 | 10001 | 11010 |
Color Harmonies of #44374D
Complementary color
Monochromatic Colors of #44374D
Black with #44374D
Text Example
Text Example
White with #44374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44374D; }
p { color: rgb(68,55,77); }
H1.HeaderClassName
{
color: #44374D;
}
.AnyTagClassName
{
color: #44374D;
}
</style>
background-color css
<style>
a { background-color: #44374D; }
a { background-color: rgb(68,55,77); }
div.DivClassName
{
background-color: #44374D;
}
.BgClassName
{
background-color: #44374D;
}
</style>
border-color css
<style>
span { border-color: #44374D; }
span { border-color: rgb(68,55,77); }
td.TdClassName
{
border-color: #44374D;
}
.TagClassName
{
border-color: #44374D;
}
</style>