#494394

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

Shades of Dark Slate Blue #494394

Tints of Dark Slate Blue #494394

Color information

#494394 (or 0x494394) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 43 and 94. RGB value is (73,67,148). Sum of RGB (Red+Green+Blue) = 73+67+148=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #494394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494394 is #B6BC6B. Grayscale: #4D4D4D. Windows color (decimal): -11975788 or 9716553. OLE color: 9716553.

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

Color convert

RGB7367148-
CMYK0.510.5500.42
HSL244.44º37.67%42.16%-
HSV(B)244.44º54.73%58.04%-
XYZ10.17.5728.95-
YUV78.03167.49124.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 148 (58.20% from 255) = 51.39%
R=25.35%
G=23.26%
B=51.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73671480.510.5500.42244.4437.6742.16
Hex494394333702Af4262a
Octal11110322463670523644652
Binary1001001100001110010100110011110111010101011110100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494394; }

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

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

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

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

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

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

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

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