Shades of Jacksons Purple #464C86
Tints of Jacksons Purple #464C86
RGB
CMYK
RGB Variations
Color information
#464C86 (or 0x464C86) is known color: Jacksons Purple. HEX triplet: 46, 4C and 86. RGB value is (70,76,134). Sum of RGB (Red+Green+Blue) = 70+76+134=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #464C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464C86 is #B9B379. Grayscale: #505050. Windows color (decimal): -12170106 or 8801350. OLE color: 8801350.
HSL color Cylindrical-coordinate representation of color #464C86: hue angle of 234.38º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #464C86 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 76 | 134 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.47 |
| HSL | 234.38º | 0.31% | 0.4% | - |
| HSV(B) | 234.38º | 0.48% | 0.53% | - |
| XYZ | 9.41 | 8.19 | 23.64 | - |
| YUV | 80.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 134 | 0.48 | 0.43 | 0 | 0.47 | 234.38 | 0.31 | 0.4 |
| Hex | 46 | 4C | 86 | 30 | 2B | 0 | 2F | EA | 1F | 28 |
| Octal | 106 | 114 | 206 | 60 | 53 | 0 | 57 | 352 | 37 | 50 |
| Binary | 1000110 | 1001100 | 10000110 | 110000 | 101011 | 0 | 101111 | 11101010 | 11111 | 101000 |
Color Harmonies of #464C86
Complementary color
Monochromatic Colors of #464C86
Black with #464C86
Text Example
Text Example
White with #464C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C86; }
p { color: rgb(70,76,134); }
H1.HeaderClassName
{
color: #464C86;
}
.AnyTagClassName
{
color: #464C86;
}
</style>
background-color css
<style>
a { background-color: #464C86; }
a { background-color: rgb(70,76,134); }
div.DivClassName
{
background-color: #464C86;
}
.BgClassName
{
background-color: #464C86;
}
</style>
border-color css
<style>
span { border-color: #464C86; }
span { border-color: rgb(70,76,134); }
td.TdClassName
{
border-color: #464C86;
}
.TagClassName
{
border-color: #464C86;
}
</style>