#494E87

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

Shades of Jacksons Purple #494E87

Tints of Jacksons Purple #494E87

Color information

#494E87 (or 0x494E87) is unknown color: approx Jacksons Purple. HEX triplet: 49, 4E and 87. RGB value is (73,78,135). Sum of RGB (Red+Green+Blue) = 73+78+135=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #494E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E87 is #B6B178. Grayscale: #525252. Windows color (decimal): -11972985 or 8867401. OLE color: 8867401.

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

Color convert

RGB7378135-
CMYK0.460.4200.47
HSL235.16º29.81%40.78%-
HSV(B)235.16º45.93%52.94%-
XYZ9.858.6124.07-
YUV83157.34120.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 135 (53.12% from 255) = 47.20%
R=25.52%
G=27.27%
B=47.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73781350.460.4200.47235.1629.8140.78
Hex494E872E2A02Feb1e29
Octal11111620756520573533651
Binary100100110011101000011110111010101001011111110101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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