#494B80

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

Shades of Jacksons Purple #494B80

Tints of Jacksons Purple #494B80

Color information

#494B80 (or 0x494B80) is unknown color: approx Jacksons Purple. HEX triplet: 49, 4B and 80. RGB value is (73,75,128). Sum of RGB (Red+Green+Blue) = 73+75+128=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #494B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494B80 is #B6B47F. Grayscale: #505050. Windows color (decimal): -11973760 or 8407881. OLE color: 8407881.

HSL color Cylindrical-coordinate representation of color #494B80: hue angle of 237.82º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #494B80 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7375128-
CMYK0.430.4100.50
HSL237.82º27.36%39.41%-
HSV(B)237.82º42.97%50.2%-
XYZ9.168.0121.48-
YUV80.44154.84122.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=26.45%
G=27.17%
B=46.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73751280.430.4100.50237.8227.3639.41
Hex494B802B29032ee1b27
Octal11111320053510623563347
Binary100100110010111000000010101110100101100101110111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,75,128); }

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

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

 a { background-color: rgb(73,75,128); }

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

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

 span { border-color: rgb(73,75,128); }

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