#494883

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

Shades of Jacksons Purple #494883

Tints of Jacksons Purple #494883

Color information

#494883 (or 0x494883) is unknown color: approx Jacksons Purple. HEX triplet: 49, 48 and 83. RGB value is (73,72,131). Sum of RGB (Red+Green+Blue) = 73+72+131=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #494883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494883 is #B6B77C. Grayscale: #4E4E4E. Windows color (decimal): -11974525 or 8603721. OLE color: 8603721.

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

Color convert

RGB7372131-
CMYK0.440.4500.49
HSL241.02º29.06%39.8%-
HSV(B)241.02º45.04%51.37%-
XYZ9.167.6922.47-
YUV79.02157.33123.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=26.45%
G=26.09%
B=47.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73721310.440.4500.49241.0229.0639.8
Hex4948832C2D031f11d28
Octal11111020354550613613550
Binary100100110010001000001110110010110101100011111000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494883; }

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

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

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

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

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

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

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

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