#484D7F

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

Shades of Jacksons Purple #484D7F

Tints of Jacksons Purple #484D7F

Color information

#484D7F (or 0x484D7F) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4D and 7F. RGB value is (72,77,127). Sum of RGB (Red+Green+Blue) = 72+77+127=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #484D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D7F is #B7B280. Grayscale: #515151. Windows color (decimal): -12038785 or 8342856. OLE color: 8342856.

HSL color Cylindrical-coordinate representation of color #484D7F: hue angle of 234.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484D7F is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7277127-
CMYK0.430.3900.50
HSL234.55º27.64%39.02%-
HSV(B)234.55º43.31%49.8%-
XYZ9.168.2221.18-
YUV81.2153.84121.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 127 (50% from 255) = 46.01%
R=26.09%
G=27.90%
B=46.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72771270.430.3900.50234.5527.6439.02
Hex484D7F2B27032eb1c27
Octal11011517753470623533447
Binary10010001001101111111110101110011101100101110101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,77,127); }

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

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

 a { background-color: rgb(72,77,127); }

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

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

 span { border-color: rgb(72,77,127); }

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