Shades of Jacksons Purple #464D88
Tints of Jacksons Purple #464D88
RGB
CMYK
RGB Variations
Color information
#464D88 (or 0x464D88) is known color: Jacksons Purple. HEX triplet: 46, 4D and 88. RGB value is (70,77,136). Sum of RGB (Red+Green+Blue) = 70+77+136=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #464D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464D88 is #B9B277. Grayscale: #515151. Windows color (decimal): -12169848 or 8932678. OLE color: 8932678.
HSL color Cylindrical-coordinate representation of color #464D88: hue angle of 233.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464D88 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 77 | 136 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.47 |
| HSL | 233.64º | 0.32% | 0.4% | - |
| HSV(B) | 233.64º | 0.49% | 0.53% | - |
| XYZ | 9.62 | 8.39 | 24.4 | - |
| YUV | 81.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 136 | 0.49 | 0.43 | 0 | 0.47 | 233.64 | 0.32 | 0.4 |
| Hex | 46 | 4D | 88 | 31 | 2B | 0 | 2F | EA | 20 | 28 |
| Octal | 106 | 115 | 210 | 61 | 53 | 0 | 57 | 352 | 40 | 50 |
| Binary | 1000110 | 1001101 | 10001000 | 110001 | 101011 | 0 | 101111 | 11101010 | 100000 | 101000 |
Color Harmonies of #464D88
Complementary color
Monochromatic Colors of #464D88
Black with #464D88
Text Example
Text Example
White with #464D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D88; }
p { color: rgb(70,77,136); }
H1.HeaderClassName
{
color: #464D88;
}
.AnyTagClassName
{
color: #464D88;
}
</style>
background-color css
<style>
a { background-color: #464D88; }
a { background-color: rgb(70,77,136); }
div.DivClassName
{
background-color: #464D88;
}
.BgClassName
{
background-color: #464D88;
}
</style>
border-color css
<style>
span { border-color: #464D88; }
span { border-color: rgb(70,77,136); }
td.TdClassName
{
border-color: #464D88;
}
.TagClassName
{
border-color: #464D88;
}
</style>