#494594

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

Shades of Dark Slate Blue #494594

Tints of Dark Slate Blue #494594

Color information

#494594 (or 0x494594) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 45 and 94. RGB value is (73,69,148). Sum of RGB (Red+Green+Blue) = 73+69+148=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #494594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494594 is #B6BA6B. Grayscale: #4E4E4E. Windows color (decimal): -11975276 or 9717065. OLE color: 9717065.

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

Color convert

RGB7369148-
CMYK0.510.5300.42
HSL243.04º36.41%42.55%-
HSV(B)243.04º53.38%58.04%-
XYZ10.227.8128.99-
YUV79.2166.83123.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 148 (58.20% from 255) = 51.03%
R=25.17%
G=23.79%
B=51.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73691480.510.5300.42243.0436.4142.55
Hex494594333502Af3242b
Octal11110522463650523634453
Binary1001001100010110010100110011110101010101011110011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494594; }

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

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

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

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

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

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

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

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