#48447C

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

Shades of Jacksons Purple #48447C

Tints of Jacksons Purple #48447C

Color information

#48447C (or 0x48447C) is unknown color: approx Jacksons Purple. HEX triplet: 48, 44 and 7C. RGB value is (72,68,124). Sum of RGB (Red+Green+Blue) = 72+68+124=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #48447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48447C is #B7BB83. Grayscale: #4B4B4B. Windows color (decimal): -12041092 or 8143944. OLE color: 8143944.

HSL color Cylindrical-coordinate representation of color #48447C: hue angle of 244.29º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48447C is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7268124-
CMYK0.420.4500.51
HSL244.29º29.17%37.65%-
HSV(B)244.29º45.16%48.63%-
XYZ8.386.9719.97-
YUV75.58155.33125.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=27.27%
G=25.76%
B=46.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72681240.420.4500.51244.2929.1737.65
Hex48447C2A2D033f41d26
Octal11010417452550633643546
Binary10010001000100111110010101010110101100111111010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48447C; }

 p { color: rgb(72,68,124); }

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

<style>
 a { background-color: #48447C; }

 a { background-color: rgb(72,68,124); }

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

<style>
 span { border-color: #48447C; }

 span { border-color: rgb(72,68,124); }

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