Shades of Jacksons Purple #484A85
Tints of Jacksons Purple #484A85
RGB
CMYK
RGB Variations
Color information
#484A85 (or 0x484A85) is known color: Jacksons Purple. HEX triplet: 48, 4A and 85. RGB value is (72,74,133). Sum of RGB (Red+Green+Blue) = 72+74+133=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #484A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A85 is #B7B57A. Grayscale: #4F4F4F. Windows color (decimal): -12039547 or 8735304. OLE color: 8735304.
HSL color Cylindrical-coordinate representation of color #484A85: hue angle of 238.03º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #484A85 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 74 | 133 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.48 |
| HSL | 238.03º | 0.3% | 0.4% | - |
| HSV(B) | 238.03º | 0.46% | 0.52% | - |
| XYZ | 9.35 | 7.97 | 23.24 | - |
| YUV | 80.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 133 | 0.46 | 0.44 | 0 | 0.48 | 238.03 | 0.3 | 0.4 |
| Hex | 48 | 4A | 85 | 2E | 2C | 0 | 30 | EE | 1E | 28 |
| Octal | 110 | 112 | 205 | 56 | 54 | 0 | 60 | 356 | 36 | 50 |
| Binary | 1001000 | 1001010 | 10000101 | 101110 | 101100 | 0 | 110000 | 11101110 | 11110 | 101000 |
Color Harmonies of #484A85
Complementary color
Monochromatic Colors of #484A85
Black with #484A85
Text Example
Text Example
White with #484A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A85; }
p { color: rgb(72,74,133); }
H1.HeaderClassName
{
color: #484A85;
}
.AnyTagClassName
{
color: #484A85;
}
</style>
background-color css
<style>
a { background-color: #484A85; }
a { background-color: rgb(72,74,133); }
div.DivClassName
{
background-color: #484A85;
}
.BgClassName
{
background-color: #484A85;
}
</style>
border-color css
<style>
span { border-color: #484A85; }
span { border-color: rgb(72,74,133); }
td.TdClassName
{
border-color: #484A85;
}
.TagClassName
{
border-color: #484A85;
}
</style>