#494E7F

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

Shades of Jacksons Purple #494E7F

Tints of Jacksons Purple #494E7F

Color information

#494E7F (or 0x494E7F) is unknown color: approx Jacksons Purple. HEX triplet: 49, 4E and 7F. RGB value is (73,78,127). Sum of RGB (Red+Green+Blue) = 73+78+127=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #494E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E7F is #B6B180. Grayscale: #515151. Windows color (decimal): -11972993 or 8343113. OLE color: 8343113.

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

Color convert

RGB7378127-
CMYK0.430.3900.50
HSL234.44º27%39.22%-
HSV(B)234.44º42.52%49.8%-
XYZ9.38.421.21-
YUV82.09153.34121.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 78 (30.86% from 255) = 28.06%
BLUE value IS 127 (50% from 255) = 45.68%
R=26.26%
G=28.06%
B=45.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73781270.430.3900.50234.442739.22
Hex494E7F2B27032ea1b27
Octal11111617753470623523347
Binary10010011001110111111110101110011101100101110101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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