#48457F

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

Shades of Jacksons Purple #48457F

Tints of Jacksons Purple #48457F

Color information

#48457F (or 0x48457F) is unknown color: approx Jacksons Purple. HEX triplet: 48, 45 and 7F. RGB value is (72,69,127). Sum of RGB (Red+Green+Blue) = 72+69+127=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #48457F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48457F is #B7BA80. Grayscale: #4C4C4C. Windows color (decimal): -12040833 or 8340808. OLE color: 8340808.

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

Color convert

RGB7269127-
CMYK0.430.4600.50
HSL243.1º29.59%38.43%-
HSV(B)243.1º45.67%49.8%-
XYZ8.637.1721.01-
YUV76.51156.49124.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 127 (50% from 255) = 47.39%
R=26.87%
G=25.75%
B=47.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72691270.430.4600.50243.129.5938.43
Hex48457F2B2E032f31e26
Octal11010517753560623633646
Binary10010001000101111111110101110111001100101111001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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