#494296

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

Shades of Dark Slate Blue #494296

Tints of Dark Slate Blue #494296

Color information

#494296 (or 0x494296) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 42 and 96. RGB value is (73,66,150). Sum of RGB (Red+Green+Blue) = 73+66+150=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #494296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494296 is #B6BD69. Grayscale: #4D4D4D. Windows color (decimal): -11976042 or 9847369. OLE color: 9847369.

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

Color convert

RGB7366150-
CMYK0.510.5600.41
HSL245º38.89%42.35%-
HSV(B)245º56%58.82%-
XYZ10.27.5129.77-
YUV77.67168.82124.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 150 (58.98% from 255) = 51.90%
R=25.26%
G=22.84%
B=51.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73661500.510.5600.4124538.8942.35
Hex4942963338029f5272a
Octal11110222663700513654752
Binary1001001100001010010110110011111000010100111110101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494296; }

 p { color: rgb(73,66,150); }

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

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

 a { background-color: rgb(73,66,150); }

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

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

 span { border-color: rgb(73,66,150); }

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