Shades of Jagger #44374F
Tints of Jagger #44374F
RGB
CMYK
RGB Variations
Color information
#44374F (or 0x44374F) is known color: Jagger. HEX triplet: 44, 37 and 4F. RGB value is (68,55,79). Sum of RGB (Red+Green+Blue) = 68+55+79=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 79 - color contains mainly: blue. Hex color #44374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44374F is #BBC8B0. Grayscale: #3D3D3D. Windows color (decimal): -12306609 or 5191492. OLE color: 5191492.
HSL color Cylindrical-coordinate representation of color #44374F: hue angle of 272.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #44374F is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 55 | 79 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.69 |
| HSL | 272.5º | 0.18% | 0.26% | - |
| HSV(B) | 272.5º | 0.3% | 0.31% | - |
| XYZ | 5.16 | 4.53 | 8 | - |
| YUV | 61.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 79 | 0.14 | 0.30 | 0 | 0.69 | 272.5 | 0.18 | 0.26 |
| Hex | 44 | 37 | 4F | E | 1E | 0 | 45 | 110 | 12 | 1A |
| Octal | 104 | 67 | 117 | 16 | 36 | 0 | 105 | 420 | 22 | 32 |
| Binary | 1000100 | 110111 | 1001111 | 1110 | 11110 | 0 | 1000101 | 100010000 | 10010 | 11010 |
Color Harmonies of #44374F
Complementary color
Monochromatic Colors of #44374F
Black with #44374F
Text Example
Text Example
White with #44374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44374F; }
p { color: rgb(68,55,79); }
H1.HeaderClassName
{
color: #44374F;
}
.AnyTagClassName
{
color: #44374F;
}
</style>
background-color css
<style>
a { background-color: #44374F; }
a { background-color: rgb(68,55,79); }
div.DivClassName
{
background-color: #44374F;
}
.BgClassName
{
background-color: #44374F;
}
</style>
border-color css
<style>
span { border-color: #44374F; }
span { border-color: rgb(68,55,79); }
td.TdClassName
{
border-color: #44374F;
}
.TagClassName
{
border-color: #44374F;
}
</style>