Shades of Jagger #4A3E54
Tints of Jagger #4A3E54
RGB
CMYK
RGB Variations
Color information
#4A3E54 (or 0x4A3E54) is known color: Jagger. HEX triplet: 4A, 3E and 54. RGB value is (74,62,84). Sum of RGB (Red+Green+Blue) = 74+62+84=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A3E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E54 is #B5C1AB. Grayscale: #444444. Windows color (decimal): -11911596 or 5520970. OLE color: 5520970.
HSL color Cylindrical-coordinate representation of color #4A3E54: hue angle of 272.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A3E54 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 62 | 84 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.67 |
| HSL | 272.73º | 0.15% | 0.29% | - |
| HSV(B) | 272.73º | 0.26% | 0.33% | - |
| XYZ | 6.15 | 5.54 | 9.13 | - |
| YUV | 68.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 84 | 0.12 | 0.26 | 0 | 0.67 | 272.73 | 0.15 | 0.29 |
| Hex | 4A | 3E | 54 | C | 1A | 0 | 43 | 111 | F | 1D |
| Octal | 112 | 76 | 124 | 14 | 32 | 0 | 103 | 421 | 17 | 35 |
| Binary | 1001010 | 111110 | 1010100 | 1100 | 11010 | 0 | 1000011 | 100010001 | 1111 | 11101 |
Color Harmonies of #4A3E54
Complementary color
Monochromatic Colors of #4A3E54
Black with #4A3E54
Text Example
Text Example
White with #4A3E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E54; }
p { color: rgb(74,62,84); }
H1.HeaderClassName
{
color: #4A3E54;
}
.AnyTagClassName
{
color: #4A3E54;
}
</style>
background-color css
<style>
a { background-color: #4A3E54; }
a { background-color: rgb(74,62,84); }
div.DivClassName
{
background-color: #4A3E54;
}
.BgClassName
{
background-color: #4A3E54;
}
</style>
border-color css
<style>
span { border-color: #4A3E54; }
span { border-color: rgb(74,62,84); }
td.TdClassName
{
border-color: #4A3E54;
}
.TagClassName
{
border-color: #4A3E54;
}
</style>