#48497E

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

Shades of Jacksons Purple #48497E

Tints of Jacksons Purple #48497E

Color information

#48497E (or 0x48497E) is unknown color: approx Jacksons Purple. HEX triplet: 48, 49 and 7E. RGB value is (72,73,126). Sum of RGB (Red+Green+Blue) = 72+73+126=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 126 - color contains mainly: blue. Hex color #48497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48497E is #B7B681. Grayscale: #4E4E4E. Windows color (decimal): -12039810 or 8276296. OLE color: 8276296.

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

Color convert

RGB7273126-
CMYK0.430.4200.51
HSL238.89º27.27%38.82%-
HSV(B)238.89º42.86%49.41%-
XYZ8.827.6520.75-
YUV78.74154.67123.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 126 (49.61% from 255) = 46.49%
R=26.57%
G=26.94%
B=46.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72731260.430.4200.51238.8927.2738.82
Hex48497E2B2A033ef1b27
Octal11011117653520633573347
Binary10010001001001111111010101110101001100111110111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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