#494D83

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

Shades of Jacksons Purple #494D83

Tints of Jacksons Purple #494D83

Color information

#494D83 (or 0x494D83) is unknown color: approx Jacksons Purple. HEX triplet: 49, 4D and 83. RGB value is (73,77,131). Sum of RGB (Red+Green+Blue) = 73+77+131=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #494D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D83 is #B6B27C. Grayscale: #515151. Windows color (decimal): -11973245 or 8605001. OLE color: 8605001.

HSL color Cylindrical-coordinate representation of color #494D83: hue angle of 235.86º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #494D83 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7377131-
CMYK0.440.4100.49
HSL235.86º28.43%40%-
HSV(B)235.86º44.27%51.37%-
XYZ9.58.3622.59-
YUV81.96155.67121.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 131 (51.56% from 255) = 46.62%
R=25.98%
G=27.40%
B=46.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73771310.440.4100.49235.8628.4340
Hex494D832C29031ec1c28
Octal11111520354510613543450
Binary100100110011011000001110110010100101100011110110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,77,131); }

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

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

 a { background-color: rgb(73,77,131); }

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

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

 span { border-color: rgb(73,77,131); }

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