Shades of Jagger #403445
Tints of Jagger #403445
RGB
CMYK
RGB Variations
Color information
#403445 (or 0x403445) is known color: Jagger. HEX triplet: 40, 34 and 45. RGB value is (64,52,69). Sum of RGB (Red+Green+Blue) = 64+52+69=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 69 - color contains mainly: blue. Hex color #403445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403445 is #BFCBBA. Grayscale: #393939. Windows color (decimal): -12569531 or 4535360. OLE color: 4535360.
HSL color Cylindrical-coordinate representation of color #403445: hue angle of 282.35º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403445 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 52 | 69 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.73 |
| HSL | 282.35º | 0.14% | 0.24% | - |
| HSV(B) | 282.35º | 0.25% | 0.27% | - |
| XYZ | 4.42 | 3.98 | 6.16 | - |
| YUV | 57.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 69 | 0.07 | 0.25 | 0 | 0.73 | 282.35 | 0.14 | 0.24 |
| Hex | 40 | 34 | 45 | 7 | 19 | 0 | 49 | 11A | E | 18 |
| Octal | 100 | 64 | 105 | 7 | 31 | 0 | 111 | 432 | 16 | 30 |
| Binary | 1000000 | 110100 | 1000101 | 111 | 11001 | 0 | 1001001 | 100011010 | 1110 | 11000 |
Color Harmonies of #403445
Complementary color
Monochromatic Colors of #403445
Black with #403445
Text Example
Text Example
White with #403445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403445; }
p { color: rgb(64,52,69); }
H1.HeaderClassName
{
color: #403445;
}
.AnyTagClassName
{
color: #403445;
}
</style>
background-color css
<style>
a { background-color: #403445; }
a { background-color: rgb(64,52,69); }
div.DivClassName
{
background-color: #403445;
}
.BgClassName
{
background-color: #403445;
}
</style>
border-color css
<style>
span { border-color: #403445; }
span { border-color: rgb(64,52,69); }
td.TdClassName
{
border-color: #403445;
}
.TagClassName
{
border-color: #403445;
}
</style>