Shades of Jagger #4A3F54
Tints of Jagger #4A3F54
RGB
CMYK
RGB Variations
Color information
#4A3F54 (or 0x4A3F54) is known color: Jagger. HEX triplet: 4A, 3F and 54. RGB value is (74,63,84). Sum of RGB (Red+Green+Blue) = 74+63+84=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A3F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3F54 is #B5C0AB. Grayscale: #444444. Windows color (decimal): -11911340 or 5521226. OLE color: 5521226.
HSL color Cylindrical-coordinate representation of color #4A3F54: hue angle of 271.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4A3F54 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 63 | 84 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.67 |
| HSL | 271.43º | 0.14% | 0.29% | - |
| HSV(B) | 271.43º | 0.25% | 0.33% | - |
| XYZ | 6.2 | 5.65 | 9.15 | - |
| YUV | 68.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 84 | 0.12 | 0.25 | 0 | 0.67 | 271.43 | 0.14 | 0.29 |
| Hex | 4A | 3F | 54 | C | 19 | 0 | 43 | 10F | E | 1D |
| Octal | 112 | 77 | 124 | 14 | 31 | 0 | 103 | 417 | 16 | 35 |
| Binary | 1001010 | 111111 | 1010100 | 1100 | 11001 | 0 | 1000011 | 100001111 | 1110 | 11101 |
Color Harmonies of #4A3F54
Complementary color
Monochromatic Colors of #4A3F54
Black with #4A3F54
Text Example
Text Example
White with #4A3F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3F54; }
p { color: rgb(74,63,84); }
H1.HeaderClassName
{
color: #4A3F54;
}
.AnyTagClassName
{
color: #4A3F54;
}
</style>
background-color css
<style>
a { background-color: #4A3F54; }
a { background-color: rgb(74,63,84); }
div.DivClassName
{
background-color: #4A3F54;
}
.BgClassName
{
background-color: #4A3F54;
}
</style>
border-color css
<style>
span { border-color: #4A3F54; }
span { border-color: rgb(74,63,84); }
td.TdClassName
{
border-color: #4A3F54;
}
.TagClassName
{
border-color: #4A3F54;
}
</style>