#494391

Color #494391 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #494391

Tints of Dark Slate Blue #494391

Color information

#494391 (or 0x494391) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 43 and 91. RGB value is (73,67,145). Sum of RGB (Red+Green+Blue) = 73+67+145=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #494391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494391 is #B6BC6E. Grayscale: #4D4D4D. Windows color (decimal): -11975791 or 9519945. OLE color: 9519945.

HSL color Cylindrical-coordinate representation of color #494391: hue angle of 244.62º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #494391 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7367145-
CMYK0.500.5400.43
HSL244.62º36.79%41.57%-
HSV(B)244.62º53.79%56.86%-
XYZ9.877.4827.71-
YUV77.69165.99124.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 145 (57.03% from 255) = 50.88%
R=25.61%
G=23.51%
B=50.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73671450.500.5400.43244.6236.7941.57
Hex494391323602Bf5252a
Octal11110322162660533654552
Binary1001001100001110010001110010110110010101111110101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494391; }

 p { color: rgb(73,67,145); }

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

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

 a { background-color: rgb(73,67,145); }

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

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

 span { border-color: rgb(73,67,145); }

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