#494D80

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

Shades of Jacksons Purple #494D80

Tints of Jacksons Purple #494D80

Color information

#494D80 (or 0x494D80) is unknown color: approx Jacksons Purple. HEX triplet: 49, 4D and 80. RGB value is (73,77,128). Sum of RGB (Red+Green+Blue) = 73+77+128=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #494D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D80 is #B6B27F. Grayscale: #515151. Windows color (decimal): -11973248 or 8408393. OLE color: 8408393.

HSL color Cylindrical-coordinate representation of color #494D80: hue angle of 235.64º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #494D80 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7377128-
CMYK0.430.4000.50
HSL235.64º27.36%39.41%-
HSV(B)235.64º42.97%50.2%-
XYZ9.38.2821.53-
YUV81.62154.17121.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=26.26%
G=27.70%
B=46.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73771280.430.4000.50235.6427.3639.41
Hex494D802B28032ec1b27
Octal11111520053500623543347
Binary100100110011011000000010101110100001100101110110011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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