Shades of Jacksons Purple #464D83
Tints of Jacksons Purple #464D83
RGB
CMYK
RGB Variations
Color information
#464D83 (or 0x464D83) is known color: Jacksons Purple. HEX triplet: 46, 4D and 83. RGB value is (70,77,131). Sum of RGB (Red+Green+Blue) = 70+77+131=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #464D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464D83 is #B9B27C. Grayscale: #505050. Windows color (decimal): -12169853 or 8604998. OLE color: 8604998.
HSL color Cylindrical-coordinate representation of color #464D83: hue angle of 233.11º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #464D83 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 77 | 131 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.49 |
| HSL | 233.11º | 0.3% | 0.39% | - |
| HSV(B) | 233.11º | 0.47% | 0.51% | - |
| XYZ | 9.28 | 8.25 | 22.58 | - |
| YUV | 81.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 131 | 0.47 | 0.41 | 0 | 0.49 | 233.11 | 0.3 | 0.39 |
| Hex | 46 | 4D | 83 | 2F | 29 | 0 | 31 | E9 | 1E | 27 |
| Octal | 106 | 115 | 203 | 57 | 51 | 0 | 61 | 351 | 36 | 47 |
| Binary | 1000110 | 1001101 | 10000011 | 101111 | 101001 | 0 | 110001 | 11101001 | 11110 | 100111 |
Color Harmonies of #464D83
Complementary color
Monochromatic Colors of #464D83
Black with #464D83
Text Example
Text Example
White with #464D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D83; }
p { color: rgb(70,77,131); }
H1.HeaderClassName
{
color: #464D83;
}
.AnyTagClassName
{
color: #464D83;
}
</style>
background-color css
<style>
a { background-color: #464D83; }
a { background-color: rgb(70,77,131); }
div.DivClassName
{
background-color: #464D83;
}
.BgClassName
{
background-color: #464D83;
}
</style>
border-color css
<style>
span { border-color: #464D83; }
span { border-color: rgb(70,77,131); }
td.TdClassName
{
border-color: #464D83;
}
.TagClassName
{
border-color: #464D83;
}
</style>