Shades of Jacksons Purple #46487C
Tints of Jacksons Purple #46487C
RGB
CMYK
RGB Variations
Color information
#46487C (or 0x46487C) is known color: Jacksons Purple. HEX triplet: 46, 48 and 7C. RGB value is (70,72,124). Sum of RGB (Red+Green+Blue) = 70+72+124=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #46487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46487C is #B9B783. Grayscale: #4D4D4D. Windows color (decimal): -12171140 or 8144966. OLE color: 8144966.
HSL color Cylindrical-coordinate representation of color #46487C: hue angle of 237.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46487C is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 72 | 124 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.51 |
| HSL | 237.78º | 0.28% | 0.38% | - |
| HSV(B) | 237.78º | 0.44% | 0.49% | - |
| XYZ | 8.48 | 7.39 | 20.05 | - |
| YUV | 77.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 124 | 0.44 | 0.42 | 0 | 0.51 | 237.78 | 0.28 | 0.38 |
| Hex | 46 | 48 | 7C | 2C | 2A | 0 | 33 | EE | 1C | 26 |
| Octal | 106 | 110 | 174 | 54 | 52 | 0 | 63 | 356 | 34 | 46 |
| Binary | 1000110 | 1001000 | 1111100 | 101100 | 101010 | 0 | 110011 | 11101110 | 11100 | 100110 |
Color Harmonies of #46487C
Complementary color
Monochromatic Colors of #46487C
Black with #46487C
Text Example
Text Example
White with #46487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46487C; }
p { color: rgb(70,72,124); }
H1.HeaderClassName
{
color: #46487C;
}
.AnyTagClassName
{
color: #46487C;
}
</style>
background-color css
<style>
a { background-color: #46487C; }
a { background-color: rgb(70,72,124); }
div.DivClassName
{
background-color: #46487C;
}
.BgClassName
{
background-color: #46487C;
}
</style>
border-color css
<style>
span { border-color: #46487C; }
span { border-color: rgb(70,72,124); }
td.TdClassName
{
border-color: #46487C;
}
.TagClassName
{
border-color: #46487C;
}
</style>