#484B81

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

Shades of Jacksons Purple #484B81

Tints of Jacksons Purple #484B81

Color information

#484B81 (or 0x484B81) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4B and 81. RGB value is (72,75,129). Sum of RGB (Red+Green+Blue) = 72+75+129=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #484B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484B81 is #B7B47E. Grayscale: #505050. Windows color (decimal): -12039295 or 8473416. OLE color: 8473416.

HSL color Cylindrical-coordinate representation of color #484B81: hue angle of 236.84º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #484B81 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7275129-
CMYK0.440.4200.49
HSL236.84º28.36%39.41%-
HSV(B)236.84º44.19%50.59%-
XYZ9.157.9921.83-
YUV80.26155.51122.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 129 (50.78% from 255) = 46.74%
R=26.09%
G=27.17%
B=46.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72751290.440.4200.49236.8428.3639.41
Hex484B812C2A031ed1c27
Octal11011320154520613553447
Binary100100010010111000000110110010101001100011110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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