Shades of Jagger #423B45
Tints of Jagger #423B45
RGB
CMYK
RGB Variations
Color information
#423B45 (or 0x423B45) is known color: Jagger. HEX triplet: 42, 3B and 45. RGB value is (66,59,69). Sum of RGB (Red+Green+Blue) = 66+59+69=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 69 - color contains mainly: blue. Hex color #423B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B45 is #BDC4BA. Grayscale: #3E3E3E. Windows color (decimal): -12436667 or 4537154. OLE color: 4537154.
HSL color Cylindrical-coordinate representation of color #423B45: hue angle of 282º 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 #423B45 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 59 | 69 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.73 |
| HSL | 282º | 0.08% | 0.25% | - |
| HSV(B) | 282º | 0.14% | 0.27% | - |
| XYZ | 4.88 | 4.72 | 6.28 | - |
| YUV | 62.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 69 | 0.04 | 0.14 | 0 | 0.73 | 282 | 0.08 | 0.25 |
| Hex | 42 | 3B | 45 | 4 | E | 0 | 49 | 11A | 8 | 19 |
| Octal | 102 | 73 | 105 | 4 | 16 | 0 | 111 | 432 | 10 | 31 |
| Binary | 1000010 | 111011 | 1000101 | 100 | 1110 | 0 | 1001001 | 100011010 | 1000 | 11001 |
Color Harmonies of #423B45
Complementary color
Monochromatic Colors of #423B45
Black with #423B45
Text Example
Text Example
White with #423B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B45; }
p { color: rgb(66,59,69); }
H1.HeaderClassName
{
color: #423B45;
}
.AnyTagClassName
{
color: #423B45;
}
</style>
background-color css
<style>
a { background-color: #423B45; }
a { background-color: rgb(66,59,69); }
div.DivClassName
{
background-color: #423B45;
}
.BgClassName
{
background-color: #423B45;
}
</style>
border-color css
<style>
span { border-color: #423B45; }
span { border-color: rgb(66,59,69); }
td.TdClassName
{
border-color: #423B45;
}
.TagClassName
{
border-color: #423B45;
}
</style>