#48497F

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

Shades of Jacksons Purple #48497F

Tints of Jacksons Purple #48497F

Color information

#48497F (or 0x48497F) is unknown color: approx Jacksons Purple. HEX triplet: 48, 49 and 7F. RGB value is (72,73,127). Sum of RGB (Red+Green+Blue) = 72+73+127=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #48497F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48497F is #B7B680. Grayscale: #4E4E4E. Windows color (decimal): -12039809 or 8341832. OLE color: 8341832.

HSL color Cylindrical-coordinate representation of color #48497F: hue angle of 238.91º 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 #48497F is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7273127-
CMYK0.430.4300.50
HSL238.91º27.64%39.02%-
HSV(B)238.91º43.31%49.8%-
XYZ8.897.6821.09-
YUV78.86155.17123.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 127 (50% from 255) = 46.69%
R=26.47%
G=26.84%
B=46.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72731270.430.4300.50238.9127.6439.02
Hex48497F2B2B032ef1c27
Octal11011117753530623573447
Binary10010001001001111111110101110101101100101110111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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