Shades of Jacksons Purple #464B8A
Tints of Jacksons Purple #464B8A
RGB
CMYK
RGB Variations
Color information
#464B8A (or 0x464B8A) is known color: Jacksons Purple. HEX triplet: 46, 4B and 8A. RGB value is (70,75,138). Sum of RGB (Red+Green+Blue) = 70+75+138=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #464B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464B8A is #B9B475. Grayscale: #505050. Windows color (decimal): -12170358 or 9063238. OLE color: 9063238.
HSL color Cylindrical-coordinate representation of color #464B8A: hue angle of 235.59º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464B8A is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 75 | 138 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.46 |
| HSL | 235.59º | 0.33% | 0.41% | - |
| HSV(B) | 235.59º | 0.49% | 0.54% | - |
| XYZ | 9.63 | 8.17 | 25.11 | - |
| YUV | 80.69 | 160.34 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 138 | 0.49 | 0.46 | 0 | 0.46 | 235.59 | 0.33 | 0.41 |
| Hex | 46 | 4B | 8A | 31 | 2E | 0 | 2E | EC | 21 | 29 |
| Octal | 106 | 113 | 212 | 61 | 56 | 0 | 56 | 354 | 41 | 51 |
| Binary | 1000110 | 1001011 | 10001010 | 110001 | 101110 | 0 | 101110 | 11101100 | 100001 | 101001 |
Color Harmonies of #464B8A
Complementary color
Monochromatic Colors of #464B8A
Black with #464B8A
Text Example
Text Example
White with #464B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B8A; }
p { color: rgb(70,75,138); }
H1.HeaderClassName
{
color: #464B8A;
}
.AnyTagClassName
{
color: #464B8A;
}
</style>
background-color css
<style>
a { background-color: #464B8A; }
a { background-color: rgb(70,75,138); }
div.DivClassName
{
background-color: #464B8A;
}
.BgClassName
{
background-color: #464B8A;
}
</style>
border-color css
<style>
span { border-color: #464B8A; }
span { border-color: rgb(70,75,138); }
td.TdClassName
{
border-color: #464B8A;
}
.TagClassName
{
border-color: #464B8A;
}
</style>