#484B87

Color #484B87 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #484B87

Tints of Jacksons Purple #484B87

Color information

#484B87 (or 0x484B87) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4B and 87. RGB value is (72,75,135). Sum of RGB (Red+Green+Blue) = 72+75+135=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #484B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484B87 is #B7B478. Grayscale: #505050. Windows color (decimal): -12039289 or 8866632. OLE color: 8866632.

HSL color Cylindrical-coordinate representation of color #484B87: hue angle of 237.14º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484B87 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7275135-
CMYK0.470.4400.47
HSL237.14º30.43%40.59%-
HSV(B)237.14º46.67%52.94%-
XYZ9.568.1623.99-
YUV80.94158.51121.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 75 (29.69% from 255) = 26.60%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=25.53%
G=26.60%
B=47.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72751350.470.4400.47237.1430.4340.59
Hex484B872F2C02Fed1e29
Octal11011320757540573553651
Binary100100010010111000011110111110110001011111110110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484B87; }

 p { color: rgb(72,75,135); }

 H1.HeaderClassName
 {
   color: #484B87;
 }
 .AnyTagClassName
 {
   color: #484B87;
 }
</style>
background-color css

<style>
 a { background-color: #484B87; }

 a { background-color: rgb(72,75,135); }

 div.DivClassName
 {
   background-color: #484B87;
 }
 .BgClassName
 {
   background-color: #484B87;
 }
</style>
border-color css

<style>
 span { border-color: #484B87; }

 span { border-color: rgb(72,75,135); }

 td.TdClassName
 {
   border-color: #484B87;
 }
 .TagClassName
 {
   border-color: #484B87;
 }
</style>