Shades of Jagger #443050
Tints of Jagger #443050
RGB
CMYK
RGB Variations
Color information
#443050 (or 0x443050) is known color: Jagger. HEX triplet: 44, 30 and 50. RGB value is (68,48,80). Sum of RGB (Red+Green+Blue) = 68+48+80=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #443050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443050 is #BBCFAF. Grayscale: #393939. Windows color (decimal): -12308400 or 5255236. OLE color: 5255236.
HSL color Cylindrical-coordinate representation of color #443050: hue angle of 277.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #443050 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 48 | 80 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.69 |
| HSL | 277.5º | 0.25% | 0.25% | - |
| HSV(B) | 277.5º | 0.4% | 0.31% | - |
| XYZ | 4.89 | 3.92 | 8.09 | - |
| YUV | 57.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 80 | 0.15 | 0.40 | 0 | 0.69 | 277.5 | 0.25 | 0.25 |
| Hex | 44 | 30 | 50 | F | 28 | 0 | 45 | 116 | 19 | 19 |
| Octal | 104 | 60 | 120 | 17 | 50 | 0 | 105 | 426 | 31 | 31 |
| Binary | 1000100 | 110000 | 1010000 | 1111 | 101000 | 0 | 1000101 | 100010110 | 11001 | 11001 |
Color Harmonies of #443050
Complementary color
Monochromatic Colors of #443050
Black with #443050
Text Example
Text Example
White with #443050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443050; }
p { color: rgb(68,48,80); }
H1.HeaderClassName
{
color: #443050;
}
.AnyTagClassName
{
color: #443050;
}
</style>
background-color css
<style>
a { background-color: #443050; }
a { background-color: rgb(68,48,80); }
div.DivClassName
{
background-color: #443050;
}
.BgClassName
{
background-color: #443050;
}
</style>
border-color css
<style>
span { border-color: #443050; }
span { border-color: rgb(68,48,80); }
td.TdClassName
{
border-color: #443050;
}
.TagClassName
{
border-color: #443050;
}
</style>