#484F84

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

Shades of Jacksons Purple #484F84

Tints of Jacksons Purple #484F84

Color information

#484F84 (or 0x484F84) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4F and 84. RGB value is (72,79,132). Sum of RGB (Red+Green+Blue) = 72+79+132=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #484F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484F84 is #B7B07B. Grayscale: #525252. Windows color (decimal): -12038268 or 8671048. OLE color: 8671048.

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

Color convert

RGB7279132-
CMYK0.450.4000.48
HSL233º29.41%40%-
HSV(B)233º45.45%51.76%-
XYZ9.638.6422.99-
YUV82.95155.68120.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=25.44%
G=27.92%
B=46.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72791320.450.4000.4823329.4140
Hex484F842D28030e91d28
Octal11011720455500603513550
Binary100100010011111000010010110110100001100001110100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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