#494A86

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

Shades of Jacksons Purple #494A86

Tints of Jacksons Purple #494A86

Color information

#494A86 (or 0x494A86) is unknown color: approx Jacksons Purple. HEX triplet: 49, 4A and 86. RGB value is (73,74,134). Sum of RGB (Red+Green+Blue) = 73+74+134=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #494A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494A86 is #B6B579. Grayscale: #505050. Windows color (decimal): -11974010 or 8800841. OLE color: 8800841.

HSL color Cylindrical-coordinate representation of color #494A86: hue angle of 239.02º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #494A86 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7374134-
CMYK0.460.4500.47
HSL239.02º29.47%40.59%-
HSV(B)239.02º45.52%52.55%-
XYZ9.58.0423.6-
YUV80.54158.17122.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 134 (52.73% from 255) = 47.69%
R=25.98%
G=26.33%
B=47.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73741340.460.4500.47239.0229.4740.59
Hex494A862E2D02Fef1d29
Octal11111220656550573573551
Binary100100110010101000011010111010110101011111110111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,74,134); }

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

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

 a { background-color: rgb(73,74,134); }

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

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

 span { border-color: rgb(73,74,134); }

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