#48467F

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

Shades of Jacksons Purple #48467F

Tints of Jacksons Purple #48467F

Color information

#48467F (or 0x48467F) is unknown color: approx Jacksons Purple. HEX triplet: 48, 46 and 7F. RGB value is (72,70,127). Sum of RGB (Red+Green+Blue) = 72+70+127=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #48467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48467F is #B7B980. Grayscale: #4C4C4C. Windows color (decimal): -12040577 or 8341064. OLE color: 8341064.

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

Color convert

RGB7270127-
CMYK0.430.4500.50
HSL242.11º28.93%38.63%-
HSV(B)242.11º44.88%49.8%-
XYZ8.697.2921.03-
YUV77.1156.16124.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 127 (50% from 255) = 47.21%
R=26.77%
G=26.02%
B=47.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72701270.430.4500.50242.1128.9338.63
Hex48467F2B2D032f21d27
Octal11010617753550623623547
Binary10010001000110111111110101110110101100101111001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48467F; }

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

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

<style>
 a { background-color: #48467F; }

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

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

<style>
 span { border-color: #48467F; }

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

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