#494D7C

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

Shades of Jacksons Purple #494D7C

Tints of Jacksons Purple #494D7C

Color information

#494D7C (or 0x494D7C) is unknown color: approx Jacksons Purple. HEX triplet: 49, 4D and 7C. RGB value is (73,77,124). Sum of RGB (Red+Green+Blue) = 73+77+124=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #494D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D7C is #B6B283. Grayscale: #505050. Windows color (decimal): -11973252 or 8146249. OLE color: 8146249.

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

Color convert

RGB7377124-
CMYK0.410.3800.51
HSL235.29º25.89%38.63%-
HSV(B)235.29º41.13%48.63%-
XYZ9.048.1820.17-
YUV81.16152.17122.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=26.64%
G=28.10%
B=45.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73771240.410.3800.51235.2925.8938.63
Hex494D7C2926033eb1a27
Octal11111517451460633533247
Binary10010011001101111110010100110011001100111110101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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