#484D7C

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

Shades of Jacksons Purple #484D7C

Tints of Jacksons Purple #484D7C

Color information

#484D7C (or 0x484D7C) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4D and 7C. RGB value is (72,77,124). Sum of RGB (Red+Green+Blue) = 72+77+124=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #484D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D7C is #B7B283. Grayscale: #505050. Windows color (decimal): -12038788 or 8146248. OLE color: 8146248.

HSL color Cylindrical-coordinate representation of color #484D7C: hue angle of 234.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #484D7C is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7277124-
CMYK0.420.3800.51
HSL234.23º26.53%38.43%-
HSV(B)234.23º41.94%48.63%-
XYZ8.968.1420.17-
YUV80.86152.34121.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=26.37%
G=28.21%
B=45.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72771240.420.3800.51234.2326.5338.43
Hex484D7C2A26033ea1b26
Octal11011517452460633523346
Binary10010001001101111110010101010011001100111110101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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