Shades of Jacksons Purple #464D7F
Tints of Jacksons Purple #464D7F
RGB
CMYK
RGB Variations
Color information
#464D7F (or 0x464D7F) is known color: Jacksons Purple. HEX triplet: 46, 4D and 7F. RGB value is (70,77,127). Sum of RGB (Red+Green+Blue) = 70+77+127=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #464D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D7F is #B9B280. Grayscale: #505050. Windows color (decimal): -12169857 or 8342854. OLE color: 8342854.
HSL color Cylindrical-coordinate representation of color #464D7F: hue angle of 232.63º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #464D7F is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 77 | 127 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.50 |
| HSL | 232.63º | 0.29% | 0.39% | - |
| HSV(B) | 232.63º | 0.45% | 0.5% | - |
| XYZ | 9.01 | 8.14 | 21.18 | - |
| YUV | 80.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 127 | 0.45 | 0.39 | 0 | 0.50 | 232.63 | 0.29 | 0.39 |
| Hex | 46 | 4D | 7F | 2D | 27 | 0 | 32 | E9 | 1D | 27 |
| Octal | 106 | 115 | 177 | 55 | 47 | 0 | 62 | 351 | 35 | 47 |
| Binary | 1000110 | 1001101 | 1111111 | 101101 | 100111 | 0 | 110010 | 11101001 | 11101 | 100111 |
Color Harmonies of #464D7F
Complementary color
Monochromatic Colors of #464D7F
Black with #464D7F
Text Example
Text Example
White with #464D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D7F; }
p { color: rgb(70,77,127); }
H1.HeaderClassName
{
color: #464D7F;
}
.AnyTagClassName
{
color: #464D7F;
}
</style>
background-color css
<style>
a { background-color: #464D7F; }
a { background-color: rgb(70,77,127); }
div.DivClassName
{
background-color: #464D7F;
}
.BgClassName
{
background-color: #464D7F;
}
</style>
border-color css
<style>
span { border-color: #464D7F; }
span { border-color: rgb(70,77,127); }
td.TdClassName
{
border-color: #464D7F;
}
.TagClassName
{
border-color: #464D7F;
}
</style>