Shades of Jacksons Purple #474E86
Tints of Jacksons Purple #474E86
RGB
CMYK
RGB Variations
Color information
#474E86 (or 0x474E86) is known color: Jacksons Purple. HEX triplet: 47, 4E and 86. RGB value is (71,78,134). Sum of RGB (Red+Green+Blue) = 71+78+134=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #474E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474E86 is #B8B179. Grayscale: #525252. Windows color (decimal): -12104058 or 8801863. OLE color: 8801863.
HSL color Cylindrical-coordinate representation of color #474E86: hue angle of 233.33º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #474E86 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 78 | 134 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.47 |
| HSL | 233.33º | 0.31% | 0.4% | - |
| HSV(B) | 233.33º | 0.47% | 0.53% | - |
| XYZ | 9.63 | 8.51 | 23.69 | - |
| YUV | 82.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 134 | 0.47 | 0.42 | 0 | 0.47 | 233.33 | 0.31 | 0.4 |
| Hex | 47 | 4E | 86 | 2F | 2A | 0 | 2F | E9 | 1F | 28 |
| Octal | 107 | 116 | 206 | 57 | 52 | 0 | 57 | 351 | 37 | 50 |
| Binary | 1000111 | 1001110 | 10000110 | 101111 | 101010 | 0 | 101111 | 11101001 | 11111 | 101000 |
Color Harmonies of #474E86
Complementary color
Monochromatic Colors of #474E86
Black with #474E86
Text Example
Text Example
White with #474E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E86; }
p { color: rgb(71,78,134); }
H1.HeaderClassName
{
color: #474E86;
}
.AnyTagClassName
{
color: #474E86;
}
</style>
background-color css
<style>
a { background-color: #474E86; }
a { background-color: rgb(71,78,134); }
div.DivClassName
{
background-color: #474E86;
}
.BgClassName
{
background-color: #474E86;
}
</style>
border-color css
<style>
span { border-color: #474E86; }
span { border-color: rgb(71,78,134); }
td.TdClassName
{
border-color: #474E86;
}
.TagClassName
{
border-color: #474E86;
}
</style>