#49447C

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

Shades of Jacksons Purple #49447C

Tints of Jacksons Purple #49447C

Color information

#49447C (or 0x49447C) is unknown color: approx Jacksons Purple. HEX triplet: 49, 44 and 7C. RGB value is (73,68,124). Sum of RGB (Red+Green+Blue) = 73+68+124=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #49447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49447C is #B6BB83. Grayscale: #4B4B4B. Windows color (decimal): -11975556 or 8143945. OLE color: 8143945.

HSL color Cylindrical-coordinate representation of color #49447C: hue angle of 245.36º 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 #49447C is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7368124-
CMYK0.410.4500.51
HSL245.36º29.17%37.65%-
HSV(B)245.36º45.16%48.63%-
XYZ8.457.0119.98-
YUV75.88155.16125.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=27.55%
G=25.66%
B=46.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73681240.410.4500.51245.3629.1737.65
Hex49447C292D033f51d26
Octal11110417451550633653546
Binary10010011000100111110010100110110101100111111010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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