Shades of Jacksons Purple #4B487D
Tints of Jacksons Purple #4B487D
RGB
CMYK
RGB Variations
Color information
#4B487D (or 0x4B487D) is known color: Jacksons Purple. HEX triplet: 4B, 48 and 7D. RGB value is (75,72,125). Sum of RGB (Red+Green+Blue) = 75+72+125=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B487D is #B4B782. Grayscale: #4E4E4E. Windows color (decimal): -11843459 or 8210507. OLE color: 8210507.
HSL color Cylindrical-coordinate representation of color #4B487D: hue angle of 243.4º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B487D is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 72 | 125 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.51 |
| HSL | 243.4º | 0.27% | 0.39% | - |
| HSV(B) | 243.4º | 0.42% | 0.49% | - |
| XYZ | 8.92 | 7.61 | 20.4 | - |
| YUV | 78.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 72 | 125 | 0.40 | 0.42 | 0 | 0.51 | 243.4 | 0.27 | 0.39 |
| Hex | 4B | 48 | 7D | 28 | 2A | 0 | 33 | F3 | 1B | 27 |
| Octal | 113 | 110 | 175 | 50 | 52 | 0 | 63 | 363 | 33 | 47 |
| Binary | 1001011 | 1001000 | 1111101 | 101000 | 101010 | 0 | 110011 | 11110011 | 11011 | 100111 |
Color Harmonies of #4B487D
Complementary color
Monochromatic Colors of #4B487D
Black with #4B487D
Text Example
Text Example
White with #4B487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B487D; }
p { color: rgb(75,72,125); }
H1.HeaderClassName
{
color: #4B487D;
}
.AnyTagClassName
{
color: #4B487D;
}
</style>
background-color css
<style>
a { background-color: #4B487D; }
a { background-color: rgb(75,72,125); }
div.DivClassName
{
background-color: #4B487D;
}
.BgClassName
{
background-color: #4B487D;
}
</style>
border-color css
<style>
span { border-color: #4B487D; }
span { border-color: rgb(75,72,125); }
td.TdClassName
{
border-color: #4B487D;
}
.TagClassName
{
border-color: #4B487D;
}
</style>