Shades of Jacksons Purple #484A7C
Tints of Jacksons Purple #484A7C
RGB
CMYK
RGB Variations
Color information
#484A7C (or 0x484A7C) is known color: Jacksons Purple. HEX triplet: 48, 4A and 7C. RGB value is (72,74,124). Sum of RGB (Red+Green+Blue) = 72+74+124=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #484A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A7C is #B7B583. Grayscale: #4E4E4E. Windows color (decimal): -12039556 or 8145480. OLE color: 8145480.
HSL color Cylindrical-coordinate representation of color #484A7C: hue angle of 237.69º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #484A7C is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 74 | 124 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.51 |
| HSL | 237.69º | 0.27% | 0.38% | - |
| HSV(B) | 237.69º | 0.42% | 0.49% | - |
| XYZ | 8.76 | 7.73 | 20.1 | - |
| YUV | 79.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 124 | 0.42 | 0.40 | 0 | 0.51 | 237.69 | 0.27 | 0.38 |
| Hex | 48 | 4A | 7C | 2A | 28 | 0 | 33 | EE | 1B | 26 |
| Octal | 110 | 112 | 174 | 52 | 50 | 0 | 63 | 356 | 33 | 46 |
| Binary | 1001000 | 1001010 | 1111100 | 101010 | 101000 | 0 | 110011 | 11101110 | 11011 | 100110 |
Color Harmonies of #484A7C
Complementary color
Monochromatic Colors of #484A7C
Black with #484A7C
Text Example
Text Example
White with #484A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A7C; }
p { color: rgb(72,74,124); }
H1.HeaderClassName
{
color: #484A7C;
}
.AnyTagClassName
{
color: #484A7C;
}
</style>
background-color css
<style>
a { background-color: #484A7C; }
a { background-color: rgb(72,74,124); }
div.DivClassName
{
background-color: #484A7C;
}
.BgClassName
{
background-color: #484A7C;
}
</style>
border-color css
<style>
span { border-color: #484A7C; }
span { border-color: rgb(72,74,124); }
td.TdClassName
{
border-color: #484A7C;
}
.TagClassName
{
border-color: #484A7C;
}
</style>