#484A83

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

Shades of Jacksons Purple #484A83

Tints of Jacksons Purple #484A83

Color information

#484A83 (or 0x484A83) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4A and 83. RGB value is (72,74,131). Sum of RGB (Red+Green+Blue) = 72+74+131=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #484A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A83 is #B7B57C. Grayscale: #4F4F4F. Windows color (decimal): -12039549 or 8604232. OLE color: 8604232.

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

Color convert

RGB7274131-
CMYK0.450.4400.49
HSL237.97º29.06%39.8%-
HSV(B)237.97º45.04%51.37%-
XYZ9.227.9122.51-
YUV79.9156.84122.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=25.99%
G=26.71%
B=47.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72741310.450.4400.49237.9729.0639.8
Hex484A832D2C031ee1d28
Octal11011220355540613563550
Binary100100010010101000001110110110110001100011110111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,74,131); }

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

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

 a { background-color: rgb(72,74,131); }

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

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

 span { border-color: rgb(72,74,131); }

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