Shades of Jacksons Purple #474A86
Tints of Jacksons Purple #474A86
RGB
CMYK
RGB Variations
Color information
#474A86 (or 0x474A86) is known color: Jacksons Purple. HEX triplet: 47, 4A and 86. RGB value is (71,74,134). Sum of RGB (Red+Green+Blue) = 71+74+134=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #474A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474A86 is #B8B579. Grayscale: #4F4F4F. Windows color (decimal): -12105082 or 8800839. OLE color: 8800839.
HSL color Cylindrical-coordinate representation of color #474A86: hue angle of 237.14º 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 #474A86 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 74 | 134 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.47 |
| HSL | 237.14º | 0.31% | 0.4% | - |
| HSV(B) | 237.14º | 0.47% | 0.53% | - |
| XYZ | 9.35 | 7.96 | 23.6 | - |
| YUV | 79.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 134 | 0.47 | 0.45 | 0 | 0.47 | 237.14 | 0.31 | 0.4 |
| Hex | 47 | 4A | 86 | 2F | 2D | 0 | 2F | ED | 1F | 28 |
| Octal | 107 | 112 | 206 | 57 | 55 | 0 | 57 | 355 | 37 | 50 |
| Binary | 1000111 | 1001010 | 10000110 | 101111 | 101101 | 0 | 101111 | 11101101 | 11111 | 101000 |
Color Harmonies of #474A86
Complementary color
Monochromatic Colors of #474A86
Black with #474A86
Text Example
Text Example
White with #474A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A86; }
p { color: rgb(71,74,134); }
H1.HeaderClassName
{
color: #474A86;
}
.AnyTagClassName
{
color: #474A86;
}
</style>
background-color css
<style>
a { background-color: #474A86; }
a { background-color: rgb(71,74,134); }
div.DivClassName
{
background-color: #474A86;
}
.BgClassName
{
background-color: #474A86;
}
</style>
border-color css
<style>
span { border-color: #474A86; }
span { border-color: rgb(71,74,134); }
td.TdClassName
{
border-color: #474A86;
}
.TagClassName
{
border-color: #474A86;
}
</style>