Shades of Jagger #44384E
Tints of Jagger #44384E
RGB
CMYK
RGB Variations
Color information
#44384E (or 0x44384E) is known color: Jagger. HEX triplet: 44, 38 and 4E. RGB value is (68,56,78). Sum of RGB (Red+Green+Blue) = 68+56+78=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 78 - color contains mainly: blue. Hex color #44384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44384E is #BBC7B1. Grayscale: #3E3E3E. Windows color (decimal): -12306354 or 5126212. OLE color: 5126212.
HSL color Cylindrical-coordinate representation of color #44384E: hue angle of 272.73º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44384E is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 56 | 78 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.69 |
| HSL | 272.73º | 0.16% | 0.26% | - |
| HSV(B) | 272.73º | 0.28% | 0.31% | - |
| XYZ | 5.17 | 4.61 | 7.82 | - |
| YUV | 62.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 56 | 78 | 0.13 | 0.28 | 0 | 0.69 | 272.73 | 0.16 | 0.26 |
| Hex | 44 | 38 | 4E | D | 1C | 0 | 45 | 111 | 10 | 1A |
| Octal | 104 | 70 | 116 | 15 | 34 | 0 | 105 | 421 | 20 | 32 |
| Binary | 1000100 | 111000 | 1001110 | 1101 | 11100 | 0 | 1000101 | 100010001 | 10000 | 11010 |
Color Harmonies of #44384E
Complementary color
Monochromatic Colors of #44384E
Black with #44384E
Text Example
Text Example
White with #44384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44384E; }
p { color: rgb(68,56,78); }
H1.HeaderClassName
{
color: #44384E;
}
.AnyTagClassName
{
color: #44384E;
}
</style>
background-color css
<style>
a { background-color: #44384E; }
a { background-color: rgb(68,56,78); }
div.DivClassName
{
background-color: #44384E;
}
.BgClassName
{
background-color: #44384E;
}
</style>
border-color css
<style>
span { border-color: #44384E; }
span { border-color: rgb(68,56,78); }
td.TdClassName
{
border-color: #44384E;
}
.TagClassName
{
border-color: #44384E;
}
</style>