#484F83

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

Shades of Jacksons Purple #484F83

Tints of Jacksons Purple #484F83

Color information

#484F83 (or 0x484F83) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4F and 83. RGB value is (72,79,131). Sum of RGB (Red+Green+Blue) = 72+79+131=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #484F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484F83 is #B7B07C. Grayscale: #525252. Windows color (decimal): -12038269 or 8605512. OLE color: 8605512.

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

Color convert

RGB7279131-
CMYK0.450.4000.49
HSL232.88º29.06%39.8%-
HSV(B)232.88º45.04%51.37%-
XYZ9.578.6122.63-
YUV82.84155.18120.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 131 (51.56% from 255) = 46.45%
R=25.53%
G=28.01%
B=46.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72791310.450.4000.49232.8829.0639.8
Hex484F832D28031e91d28
Octal11011720355500613513550
Binary100100010011111000001110110110100001100011110100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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