Shades of Jagger #44384F
Tints of Jagger #44384F
RGB
CMYK
RGB Variations
Color information
#44384F (or 0x44384F) is known color: Jagger. HEX triplet: 44, 38 and 4F. RGB value is (68,56,79). Sum of RGB (Red+Green+Blue) = 68+56+79=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #44384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44384F is #BBC7B0. Grayscale: #3E3E3E. Windows color (decimal): -12306353 or 5191748. OLE color: 5191748.
HSL color Cylindrical-coordinate representation of color #44384F: hue angle of 271.3º 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 #44384F is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 56 | 79 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.69 |
| HSL | 271.3º | 0.17% | 0.26% | - |
| HSV(B) | 271.3º | 0.29% | 0.31% | - |
| XYZ | 5.21 | 4.62 | 8.01 | - |
| YUV | 62.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 56 | 79 | 0.14 | 0.29 | 0 | 0.69 | 271.3 | 0.17 | 0.26 |
| Hex | 44 | 38 | 4F | E | 1D | 0 | 45 | 10F | 11 | 1A |
| Octal | 104 | 70 | 117 | 16 | 35 | 0 | 105 | 417 | 21 | 32 |
| Binary | 1000100 | 111000 | 1001111 | 1110 | 11101 | 0 | 1000101 | 100001111 | 10001 | 11010 |
Color Harmonies of #44384F
Complementary color
Monochromatic Colors of #44384F
Black with #44384F
Text Example
Text Example
White with #44384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44384F; }
p { color: rgb(68,56,79); }
H1.HeaderClassName
{
color: #44384F;
}
.AnyTagClassName
{
color: #44384F;
}
</style>
background-color css
<style>
a { background-color: #44384F; }
a { background-color: rgb(68,56,79); }
div.DivClassName
{
background-color: #44384F;
}
.BgClassName
{
background-color: #44384F;
}
</style>
border-color css
<style>
span { border-color: #44384F; }
span { border-color: rgb(68,56,79); }
td.TdClassName
{
border-color: #44384F;
}
.TagClassName
{
border-color: #44384F;
}
</style>