#494782

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

Shades of Jacksons Purple #494782

Tints of Jacksons Purple #494782

Color information

#494782 (or 0x494782) is unknown color: approx Jacksons Purple. HEX triplet: 49, 47 and 82. RGB value is (73,71,130). Sum of RGB (Red+Green+Blue) = 73+71+130=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #494782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494782 is #B6B87D. Grayscale: #4E4E4E. Windows color (decimal): -11974782 or 8537929. OLE color: 8537929.

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

Color convert

RGB7371130-
CMYK0.440.4500.49
HSL242.03º29.35%39.41%-
HSV(B)242.03º45.38%50.98%-
XYZ9.037.5322.1-
YUV78.32157.16124.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=26.64%
G=25.91%
B=47.45%

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
Decimal73711300.440.4500.49242.0329.3539.41
Hex4947822C2D031f21d27
Octal11110720254550613623547
Binary100100110001111000001010110010110101100011111001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494782; }

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

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

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

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

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

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

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

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