#494093

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

Shades of Dark Slate Blue #494093

Tints of Dark Slate Blue #494093

Color information

#494093 (or 0x494093) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 40 and 93. RGB value is (73,64,147). Sum of RGB (Red+Green+Blue) = 73+64+147=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #494093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494093 is #B6BF6C. Grayscale: #4B4B4B. Windows color (decimal): -11976557 or 9650249. OLE color: 9650249.

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

Color convert

RGB7364147-
CMYK0.500.5600.42
HSL246.51º39.34%41.37%-
HSV(B)246.51º56.46%57.65%-
XYZ9.857.1928.47-
YUV76.15167.98125.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 64 (25.39% from 255) = 22.54%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=25.70%
G=22.54%
B=51.76%

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
Decimal73641470.500.5600.42246.5139.3441.37
Hex494093323802Af72729
Octal11110022362700523674751
Binary1001001100000010010011110010111000010101011110111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494093; }

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

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

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

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

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

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

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

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