#494295

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

Shades of Dark Slate Blue #494295

Tints of Dark Slate Blue #494295

Color information

#494295 (or 0x494295) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 42 and 95. RGB value is (73,66,149). Sum of RGB (Red+Green+Blue) = 73+66+149=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #494295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494295 is #B6BD6A. Grayscale: #4D4D4D. Windows color (decimal): -11976043 or 9781833. OLE color: 9781833.

HSL color Cylindrical-coordinate representation of color #494295: hue angle of 245.06º 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 #494295 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7366149-
CMYK0.510.5600.42
HSL245.06º38.6%42.16%-
HSV(B)245.06º55.7%58.43%-
XYZ10.127.4829.34-
YUV77.55168.32124.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=25.35%
G=22.92%
B=51.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73661490.510.5600.42245.0638.642.16
Hex494295333802Af5272a
Octal11110222563700523654752
Binary1001001100001010010101110011111000010101011110101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494295; }

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

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

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

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

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

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

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

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