#494589

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

Shades of Dark Slate Blue #494589

Tints of Dark Slate Blue #494589

Color information

#494589 (or 0x494589) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 45 and 89. RGB value is (73,69,137). Sum of RGB (Red+Green+Blue) = 73+69+137=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #494589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494589 is #B6BA76. Grayscale: #4D4D4D. Windows color (decimal): -11975287 or 8996169. OLE color: 8996169.

HSL color Cylindrical-coordinate representation of color #494589: hue angle of 243.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #494589 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7369137-
CMYK0.470.5000.46
HSL243.53º33.01%40.39%-
HSV(B)243.53º49.64%53.73%-
XYZ9.397.4824.62-
YUV77.95161.33124.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=26.16%
G=24.73%
B=49.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73691370.470.5000.46243.5333.0140.39
Hex4945892F3202Ef42128
Octal11110521157620563644150
Binary1001001100010110001001101111110010010111011110100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494589; }

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

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

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

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

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

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

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

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