#484C83

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

Shades of Jacksons Purple #484C83

Tints of Jacksons Purple #484C83

Color information

#484C83 (or 0x484C83) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4C and 83. RGB value is (72,76,131). Sum of RGB (Red+Green+Blue) = 72+76+131=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #484C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484C83 is #B7B37C. Grayscale: #505050. Windows color (decimal): -12039037 or 8604744. OLE color: 8604744.

HSL color Cylindrical-coordinate representation of color #484C83: hue angle of 235.93º 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 #484C83 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7276131-
CMYK0.450.4200.49
HSL235.93º29.06%39.8%-
HSV(B)235.93º45.04%51.37%-
XYZ9.358.1922.56-
YUV81.07156.17121.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 131 (51.56% from 255) = 46.95%
R=25.81%
G=27.24%
B=46.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72761310.450.4200.49235.9329.0639.8
Hex484C832D2A031ec1d28
Octal11011420355520613543550
Binary100100010011001000001110110110101001100011110110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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