#484F85

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

Shades of Jacksons Purple #484F85

Tints of Jacksons Purple #484F85

Color information

#484F85 (or 0x484F85) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4F and 85. RGB value is (72,79,133). Sum of RGB (Red+Green+Blue) = 72+79+133=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #484F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484F85 is #B7B07A. Grayscale: #525252. Windows color (decimal): -12038267 or 8736584. OLE color: 8736584.

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

Color convert

RGB7279133-
CMYK0.460.4100.48
HSL233.11º29.76%40.2%-
HSV(B)233.11º45.86%52.16%-
XYZ9.78.6623.35-
YUV83.06156.18120.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 79 (31.25% from 255) = 27.82%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=25.35%
G=27.82%
B=46.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72791330.460.4100.48233.1129.7640.2
Hex484F852E29030e91e28
Octal11011720556510603513650
Binary100100010011111000010110111010100101100001110100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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