Shades of Jagger #403B45
Tints of Jagger #403B45
RGB
CMYK
RGB Variations
Color information
#403B45 (or 0x403B45) is known color: Jagger. HEX triplet: 40, 3B and 45. RGB value is (64,59,69). Sum of RGB (Red+Green+Blue) = 64+59+69=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 69 - color contains mainly: blue. Hex color #403B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B45 is #BFC4BA. Grayscale: #3D3D3D. Windows color (decimal): -12567739 or 4537152. OLE color: 4537152.
HSL color Cylindrical-coordinate representation of color #403B45: hue angle of 270º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #403B45 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 59 | 69 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.73 |
| HSL | 270º | 0.08% | 0.25% | - |
| HSV(B) | 270º | 0.14% | 0.27% | - |
| XYZ | 4.75 | 4.65 | 6.28 | - |
| YUV | 61.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 69 | 0.07 | 0.14 | 0 | 0.73 | 270 | 0.08 | 0.25 |
| Hex | 40 | 3B | 45 | 7 | E | 0 | 49 | 10E | 8 | 19 |
| Octal | 100 | 73 | 105 | 7 | 16 | 0 | 111 | 416 | 10 | 31 |
| Binary | 1000000 | 111011 | 1000101 | 111 | 1110 | 0 | 1001001 | 100001110 | 1000 | 11001 |
Color Harmonies of #403B45
Complementary color
Monochromatic Colors of #403B45
Black with #403B45
Text Example
Text Example
White with #403B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B45; }
p { color: rgb(64,59,69); }
H1.HeaderClassName
{
color: #403B45;
}
.AnyTagClassName
{
color: #403B45;
}
</style>
background-color css
<style>
a { background-color: #403B45; }
a { background-color: rgb(64,59,69); }
div.DivClassName
{
background-color: #403B45;
}
.BgClassName
{
background-color: #403B45;
}
</style>
border-color css
<style>
span { border-color: #403B45; }
span { border-color: rgb(64,59,69); }
td.TdClassName
{
border-color: #403B45;
}
.TagClassName
{
border-color: #403B45;
}
</style>