#49487C

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

Shades of Jacksons Purple #49487C

Tints of Jacksons Purple #49487C

Color information

#49487C (or 0x49487C) is unknown color: approx Jacksons Purple. HEX triplet: 49, 48 and 7C. RGB value is (73,72,124). Sum of RGB (Red+Green+Blue) = 73+72+124=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #49487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49487C is #B6B783. Grayscale: #4E4E4E. Windows color (decimal): -11974532 or 8144969. OLE color: 8144969.

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

Color convert

RGB7372124-
CMYK0.410.4200.51
HSL241.15º26.53%38.43%-
HSV(B)241.15º41.94%48.63%-
XYZ8.77.5120.06-
YUV78.23153.83124.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=27.14%
G=26.77%
B=46.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73721240.410.4200.51241.1526.5338.43
Hex49487C292A033f11b26
Octal11111017451520633613346
Binary10010011001000111110010100110101001100111111000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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