#494E82

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

Shades of Jacksons Purple #494E82

Tints of Jacksons Purple #494E82

Color information

#494E82 (or 0x494E82) is unknown color: approx Jacksons Purple. HEX triplet: 49, 4E and 82. RGB value is (73,78,130). Sum of RGB (Red+Green+Blue) = 73+78+130=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #494E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E82 is #B6B17D. Grayscale: #525252. Windows color (decimal): -11972990 or 8539721. OLE color: 8539721.

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

Color convert

RGB7378130-
CMYK0.440.4000.49
HSL234.74º28.08%39.8%-
HSV(B)234.74º43.85%50.98%-
XYZ9.58.4822.25-
YUV82.43154.84121.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=25.98%
G=27.76%
B=46.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73781300.440.4000.49234.7428.0839.8
Hex494E822C28031eb1c28
Octal11111620254500613533450
Binary100100110011101000001010110010100001100011110101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494E82; }

 p { color: rgb(73,78,130); }

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

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

 a { background-color: rgb(73,78,130); }

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

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

 span { border-color: rgb(73,78,130); }

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