#484B85

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

Shades of Jacksons Purple #484B85

Tints of Jacksons Purple #484B85

Color information

#484B85 (or 0x484B85) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4B and 85. RGB value is (72,75,133). Sum of RGB (Red+Green+Blue) = 72+75+133=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #484B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484B85 is #B7B47A. Grayscale: #505050. Windows color (decimal): -12039291 or 8735560. OLE color: 8735560.

HSL color Cylindrical-coordinate representation of color #484B85: hue angle of 237.05º 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 #484B85 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7275133-
CMYK0.460.4400.48
HSL237.05º29.76%40.2%-
HSV(B)237.05º45.86%52.16%-
XYZ9.428.123.26-
YUV80.72157.51121.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=25.71%
G=26.79%
B=47.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72751330.460.4400.48237.0529.7640.2
Hex484B852E2C030ed1e28
Octal11011320556540603553650
Binary100100010010111000010110111010110001100001110110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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