#494E81

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

Shades of Jacksons Purple #494E81

Tints of Jacksons Purple #494E81

Color information

#494E81 (or 0x494E81) is unknown color: approx Jacksons Purple. HEX triplet: 49, 4E and 81. RGB value is (73,78,129). Sum of RGB (Red+Green+Blue) = 73+78+129=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #494E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E81 is #B6B17E. Grayscale: #525252. Windows color (decimal): -11972991 or 8474185. OLE color: 8474185.

HSL color Cylindrical-coordinate representation of color #494E81: hue angle of 234.64º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #494E81 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7378129-
CMYK0.430.4000.49
HSL234.64º27.72%39.61%-
HSV(B)234.64º43.41%50.59%-
XYZ9.438.4521.9-
YUV82.32154.34121.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 129 (50.78% from 255) = 46.07%
R=26.07%
G=27.86%
B=46.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73781290.430.4000.49234.6427.7239.61
Hex494E812B28031eb1c28
Octal11111620153500613533450
Binary100100110011101000000110101110100001100011110101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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