Shades of Jacksons Purple #46407B
Tints of Jacksons Purple #46407B
RGB
CMYK
RGB Variations
Color information
#46407B (or 0x46407B) is known color: Jacksons Purple. HEX triplet: 46, 40 and 7B. RGB value is (70,64,123). Sum of RGB (Red+Green+Blue) = 70+64+123=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #46407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46407B is #B9BF84. Grayscale: #484848. Windows color (decimal): -12173189 or 8077382. OLE color: 8077382.
HSL color Cylindrical-coordinate representation of color #46407B: hue angle of 246.1º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46407B is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 64 | 123 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.52 |
| HSL | 246.1º | 0.32% | 0.37% | - |
| HSV(B) | 246.1º | 0.48% | 0.48% | - |
| XYZ | 7.93 | 6.4 | 19.56 | - |
| YUV | 72.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 123 | 0.43 | 0.48 | 0 | 0.52 | 246.1 | 0.32 | 0.37 |
| Hex | 46 | 40 | 7B | 2B | 30 | 0 | 34 | F6 | 20 | 25 |
| Octal | 106 | 100 | 173 | 53 | 60 | 0 | 64 | 366 | 40 | 45 |
| Binary | 1000110 | 1000000 | 1111011 | 101011 | 110000 | 0 | 110100 | 11110110 | 100000 | 100101 |
Color Harmonies of #46407B
Complementary color
Monochromatic Colors of #46407B
Black with #46407B
Text Example
Text Example
White with #46407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46407B; }
p { color: rgb(70,64,123); }
H1.HeaderClassName
{
color: #46407B;
}
.AnyTagClassName
{
color: #46407B;
}
</style>
background-color css
<style>
a { background-color: #46407B; }
a { background-color: rgb(70,64,123); }
div.DivClassName
{
background-color: #46407B;
}
.BgClassName
{
background-color: #46407B;
}
</style>
border-color css
<style>
span { border-color: #46407B; }
span { border-color: rgb(70,64,123); }
td.TdClassName
{
border-color: #46407B;
}
.TagClassName
{
border-color: #46407B;
}
</style>