#494491

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

Shades of Dark Slate Blue #494491

Tints of Dark Slate Blue #494491

Color information

#494491 (or 0x494491) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 44 and 91. RGB value is (73,68,145). Sum of RGB (Red+Green+Blue) = 73+68+145=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #494491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494491 is #B6BB6E. Grayscale: #4D4D4D. Windows color (decimal): -11975535 or 9520201. OLE color: 9520201.

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

Color convert

RGB7368145-
CMYK0.500.5300.43
HSL243.9º36.15%41.76%-
HSV(B)243.9º53.1%56.86%-
XYZ9.937.627.73-
YUV78.27165.66124.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 68 (26.95% from 255) = 23.78%
BLUE value IS 145 (57.03% from 255) = 50.70%
R=25.52%
G=23.78%
B=50.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73681450.500.5300.43243.936.1541.76
Hex494491323502Bf4242a
Octal11110422162650533644452
Binary1001001100010010010001110010110101010101111110100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494491; }

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

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

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

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

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

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

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

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