#494C89

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

Shades of Jacksons Purple #494C89

Tints of Jacksons Purple #494C89

Color information

#494C89 (or 0x494C89) is unknown color: approx Jacksons Purple. HEX triplet: 49, 4C and 89. RGB value is (73,76,137). Sum of RGB (Red+Green+Blue) = 73+76+137=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #494C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C89 is #B6B376. Grayscale: #515151. Windows color (decimal): -11973495 or 8997961. OLE color: 8997961.

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

Color convert

RGB7376137-
CMYK0.470.4500.46
HSL237.19º30.48%41.18%-
HSV(B)237.19º46.72%53.73%-
XYZ9.858.3924.77-
YUV82.06159.01121.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 76 (30.08% from 255) = 26.57%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=25.52%
G=26.57%
B=47.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73761370.470.4500.46237.1930.4841.18
Hex494C892F2D02Eed1e29
Octal11111421157550563553651
Binary100100110011001000100110111110110101011101110110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,76,137); }

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

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

 a { background-color: rgb(73,76,137); }

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

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

 span { border-color: rgb(73,76,137); }

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