Shades of Jacksons Purple #474A84
Tints of Jacksons Purple #474A84
RGB
CMYK
RGB Variations
Color information
#474A84 (or 0x474A84) is known color: Jacksons Purple. HEX triplet: 47, 4A and 84. RGB value is (71,74,132). Sum of RGB (Red+Green+Blue) = 71+74+132=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #474A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474A84 is #B8B57B. Grayscale: #4F4F4F. Windows color (decimal): -12105084 or 8669767. OLE color: 8669767.
HSL color Cylindrical-coordinate representation of color #474A84: hue angle of 237.05º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474A84 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 74 | 132 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.48 |
| HSL | 237.05º | 0.3% | 0.4% | - |
| HSV(B) | 237.05º | 0.46% | 0.52% | - |
| XYZ | 9.21 | 7.9 | 22.87 | - |
| YUV | 79.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 132 | 0.46 | 0.44 | 0 | 0.48 | 237.05 | 0.3 | 0.4 |
| Hex | 47 | 4A | 84 | 2E | 2C | 0 | 30 | ED | 1E | 28 |
| Octal | 107 | 112 | 204 | 56 | 54 | 0 | 60 | 355 | 36 | 50 |
| Binary | 1000111 | 1001010 | 10000100 | 101110 | 101100 | 0 | 110000 | 11101101 | 11110 | 101000 |
Color Harmonies of #474A84
Complementary color
Monochromatic Colors of #474A84
Black with #474A84
Text Example
Text Example
White with #474A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A84; }
p { color: rgb(71,74,132); }
H1.HeaderClassName
{
color: #474A84;
}
.AnyTagClassName
{
color: #474A84;
}
</style>
background-color css
<style>
a { background-color: #474A84; }
a { background-color: rgb(71,74,132); }
div.DivClassName
{
background-color: #474A84;
}
.BgClassName
{
background-color: #474A84;
}
</style>
border-color css
<style>
span { border-color: #474A84; }
span { border-color: rgb(71,74,132); }
td.TdClassName
{
border-color: #474A84;
}
.TagClassName
{
border-color: #474A84;
}
</style>