#494C88

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

Shades of Jacksons Purple #494C88

Tints of Jacksons Purple #494C88

Color information

#494C88 (or 0x494C88) is unknown color: approx Jacksons Purple. HEX triplet: 49, 4C and 88. RGB value is (73,76,136). Sum of RGB (Red+Green+Blue) = 73+76+136=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #494C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C88 is #B6B377. Grayscale: #515151. Windows color (decimal): -11973496 or 8932425. OLE color: 8932425.

HSL color Cylindrical-coordinate representation of color #494C88: hue angle of 237.14º degrees, saturation: 0.3, 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 #494C88 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7376136-
CMYK0.460.4400.47
HSL237.14º30.14%40.98%-
HSV(B)237.14º46.32%53.33%-
XYZ9.788.3624.39-
YUV81.94158.51121.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=25.61%
G=26.67%
B=47.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73761360.460.4400.47237.1430.1440.98
Hex494C882E2C02Fed1e29
Octal11111421056540573553651
Binary100100110011001000100010111010110001011111110110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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