#494A82

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

Shades of Jacksons Purple #494A82

Tints of Jacksons Purple #494A82

Color information

#494A82 (or 0x494A82) is unknown color: approx Jacksons Purple. HEX triplet: 49, 4A and 82. RGB value is (73,74,130). Sum of RGB (Red+Green+Blue) = 73+74+130=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #494A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494A82 is #B6B57D. Grayscale: #4F4F4F. Windows color (decimal): -11974014 or 8538697. OLE color: 8538697.

HSL color Cylindrical-coordinate representation of color #494A82: hue angle of 238.95º 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 #494A82 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7374130-
CMYK0.440.4300.49
HSL238.95º28.08%39.8%-
HSV(B)238.95º43.85%50.98%-
XYZ9.237.9322.16-
YUV80.08156.17122.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=26.35%
G=26.71%
B=46.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73741300.440.4300.49238.9528.0839.8
Hex494A822C2B031ef1c28
Octal11111220254530613573450
Binary100100110010101000001010110010101101100011110111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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