Shades of Jacksons Purple #464D82
Tints of Jacksons Purple #464D82
RGB
CMYK
RGB Variations
Color information
#464D82 (or 0x464D82) is known color: Jacksons Purple. HEX triplet: 46, 4D and 82. RGB value is (70,77,130). Sum of RGB (Red+Green+Blue) = 70+77+130=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #464D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464D82 is #B9B27D. Grayscale: #505050. Windows color (decimal): -12169854 or 8539462. OLE color: 8539462.
HSL color Cylindrical-coordinate representation of color #464D82: hue angle of 233º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #464D82 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 77 | 130 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.49 |
| HSL | 233º | 0.3% | 0.39% | - |
| HSV(B) | 233º | 0.46% | 0.51% | - |
| XYZ | 9.21 | 8.22 | 22.22 | - |
| YUV | 80.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 130 | 0.46 | 0.41 | 0 | 0.49 | 233 | 0.3 | 0.39 |
| Hex | 46 | 4D | 82 | 2E | 29 | 0 | 31 | E9 | 1E | 27 |
| Octal | 106 | 115 | 202 | 56 | 51 | 0 | 61 | 351 | 36 | 47 |
| Binary | 1000110 | 1001101 | 10000010 | 101110 | 101001 | 0 | 110001 | 11101001 | 11110 | 100111 |
Color Harmonies of #464D82
Complementary color
Monochromatic Colors of #464D82
Black with #464D82
Text Example
Text Example
White with #464D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D82; }
p { color: rgb(70,77,130); }
H1.HeaderClassName
{
color: #464D82;
}
.AnyTagClassName
{
color: #464D82;
}
</style>
background-color css
<style>
a { background-color: #464D82; }
a { background-color: rgb(70,77,130); }
div.DivClassName
{
background-color: #464D82;
}
.BgClassName
{
background-color: #464D82;
}
</style>
border-color css
<style>
span { border-color: #464D82; }
span { border-color: rgb(70,77,130); }
td.TdClassName
{
border-color: #464D82;
}
.TagClassName
{
border-color: #464D82;
}
</style>