#484B8A

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

Shades of Jacksons Purple #484B8A

Tints of Jacksons Purple #484B8A

Color information

#484B8A (or 0x484B8A) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4B and 8A. RGB value is (72,75,138). Sum of RGB (Red+Green+Blue) = 72+75+138=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #484B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484B8A is #B7B475. Grayscale: #515151. Windows color (decimal): -12039286 or 9063240. OLE color: 9063240.

HSL color Cylindrical-coordinate representation of color #484B8A: hue angle of 237.27º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #484B8A is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7275138-
CMYK0.480.4600.46
HSL237.27º31.43%41.18%-
HSV(B)237.27º47.83%54.12%-
XYZ9.788.2425.12-
YUV81.28160.01121.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=25.26%
G=26.32%
B=48.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72751380.480.4600.46237.2731.4341.18
Hex484B8A302E02Eed1f29
Octal11011321260560563553751
Binary100100010010111000101011000010111001011101110110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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