Shades of Jagger #44384C
Tints of Jagger #44384C
RGB
CMYK
RGB Variations
Color information
#44384C (or 0x44384C) is known color: Jagger. HEX triplet: 44, 38 and 4C. RGB value is (68,56,76). Sum of RGB (Red+Green+Blue) = 68+56+76=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #44384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44384C is #BBC7B3. Grayscale: #3D3D3D. Windows color (decimal): -12306356 or 4995140. OLE color: 4995140.
HSL color Cylindrical-coordinate representation of color #44384C: hue angle of 276º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #44384C is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 56 | 76 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.70 |
| HSL | 276º | 0.15% | 0.26% | - |
| HSV(B) | 276º | 0.26% | 0.3% | - |
| XYZ | 5.1 | 4.58 | 7.45 | - |
| YUV | 61.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 56 | 76 | 0.11 | 0.26 | 0 | 0.70 | 276 | 0.15 | 0.26 |
| Hex | 44 | 38 | 4C | B | 1A | 0 | 46 | 114 | F | 1A |
| Octal | 104 | 70 | 114 | 13 | 32 | 0 | 106 | 424 | 17 | 32 |
| Binary | 1000100 | 111000 | 1001100 | 1011 | 11010 | 0 | 1000110 | 100010100 | 1111 | 11010 |
Color Harmonies of #44384C
Complementary color
Monochromatic Colors of #44384C
Black with #44384C
Text Example
Text Example
White with #44384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44384C; }
p { color: rgb(68,56,76); }
H1.HeaderClassName
{
color: #44384C;
}
.AnyTagClassName
{
color: #44384C;
}
</style>
background-color css
<style>
a { background-color: #44384C; }
a { background-color: rgb(68,56,76); }
div.DivClassName
{
background-color: #44384C;
}
.BgClassName
{
background-color: #44384C;
}
</style>
border-color css
<style>
span { border-color: #44384C; }
span { border-color: rgb(68,56,76); }
td.TdClassName
{
border-color: #44384C;
}
.TagClassName
{
border-color: #44384C;
}
</style>