#494593

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

Shades of Dark Slate Blue #494593

Tints of Dark Slate Blue #494593

Color information

#494593 (or 0x494593) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 45 and 93. RGB value is (73,69,147). Sum of RGB (Red+Green+Blue) = 73+69+147=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #494593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494593 is #B6BA6C. Grayscale: #4E4E4E. Windows color (decimal): -11975277 or 9651529. OLE color: 9651529.

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

Color convert

RGB7369147-
CMYK0.500.5300.42
HSL243.08º36.11%42.35%-
HSV(B)243.08º53.06%57.65%-
XYZ10.147.7828.57-
YUV79.09166.33123.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 147 (57.81% from 255) = 50.87%
R=25.26%
G=23.88%
B=50.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73691470.500.5300.42243.0836.1142.35
Hex494593323502Af3242a
Octal11110522362650523634452
Binary1001001100010110010011110010110101010101011110011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494593; }

 p { color: rgb(73,69,147); }

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

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

 a { background-color: rgb(73,69,147); }

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

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

 span { border-color: rgb(73,69,147); }

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