Shades of Jacksons Purple #484B7B
Tints of Jacksons Purple #484B7B
RGB
CMYK
RGB Variations
Color information
#484B7B (or 0x484B7B) is known color: Jacksons Purple. HEX triplet: 48, 4B and 7B. RGB value is (72,75,123). Sum of RGB (Red+Green+Blue) = 72+75+123=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #484B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B7B is #B7B484. Grayscale: #4F4F4F. Windows color (decimal): -12039301 or 8080200. OLE color: 8080200.
HSL color Cylindrical-coordinate representation of color #484B7B: hue angle of 236.47º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #484B7B is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 75 | 123 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.52 |
| HSL | 236.47º | 0.26% | 0.38% | - |
| HSV(B) | 236.47º | 0.41% | 0.48% | - |
| XYZ | 8.76 | 7.84 | 19.79 | - |
| YUV | 79.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 123 | 0.41 | 0.39 | 0 | 0.52 | 236.47 | 0.26 | 0.38 |
| Hex | 48 | 4B | 7B | 29 | 27 | 0 | 34 | EC | 1A | 26 |
| Octal | 110 | 113 | 173 | 51 | 47 | 0 | 64 | 354 | 32 | 46 |
| Binary | 1001000 | 1001011 | 1111011 | 101001 | 100111 | 0 | 110100 | 11101100 | 11010 | 100110 |
Color Harmonies of #484B7B
Complementary color
Monochromatic Colors of #484B7B
Black with #484B7B
Text Example
Text Example
White with #484B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B7B; }
p { color: rgb(72,75,123); }
H1.HeaderClassName
{
color: #484B7B;
}
.AnyTagClassName
{
color: #484B7B;
}
</style>
background-color css
<style>
a { background-color: #484B7B; }
a { background-color: rgb(72,75,123); }
div.DivClassName
{
background-color: #484B7B;
}
.BgClassName
{
background-color: #484B7B;
}
</style>
border-color css
<style>
span { border-color: #484B7B; }
span { border-color: rgb(72,75,123); }
td.TdClassName
{
border-color: #484B7B;
}
.TagClassName
{
border-color: #484B7B;
}
</style>