#494390

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

Shades of Dark Slate Blue #494390

Tints of Dark Slate Blue #494390

Color information

#494390 (or 0x494390) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 43 and 90. RGB value is (73,67,144). Sum of RGB (Red+Green+Blue) = 73+67+144=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #494390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494390 is #B6BC6F. Grayscale: #4D4D4D. Windows color (decimal): -11975792 or 9454409. OLE color: 9454409.

HSL color Cylindrical-coordinate representation of color #494390: hue angle of 244.68º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494390 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7367144-
CMYK0.490.5300.44
HSL244.68º36.49%41.37%-
HSV(B)244.68º53.47%56.47%-
XYZ9.797.4427.31-
YUV77.57165.49124.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=25.70%
G=23.59%
B=50.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73671440.490.5300.44244.6836.4941.37
Hex494390313502Cf52429
Octal11110322061650543654451
Binary1001001100001110010000110001110101010110011110101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494390; }

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

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

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

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

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

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

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

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