#494193

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

Shades of Dark Slate Blue #494193

Tints of Dark Slate Blue #494193

Color information

#494193 (or 0x494193) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 41 and 93. RGB value is (73,65,147). Sum of RGB (Red+Green+Blue) = 73+65+147=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #494193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494193 is #B6BE6C. Grayscale: #4C4C4C. Windows color (decimal): -11976301 or 9650505. OLE color: 9650505.

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

Color convert

RGB7365147-
CMYK0.500.5600.42
HSL245.85º38.68%41.57%-
HSV(B)245.85º55.78%57.65%-
XYZ9.97.328.49-
YUV76.74167.65125.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=25.61%
G=22.81%
B=51.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73651470.500.5600.42245.8538.6841.57
Hex494193323802Af6272a
Octal11110122362700523664752
Binary1001001100000110010011110010111000010101011110110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494193; }

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

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

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

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

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

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

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

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