#494591

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

Shades of Dark Slate Blue #494591

Tints of Dark Slate Blue #494591

Color information

#494591 (or 0x494591) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 45 and 91. RGB value is (73,69,145). Sum of RGB (Red+Green+Blue) = 73+69+145=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #494591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494591 is #B6BA6E. Grayscale: #4E4E4E. Windows color (decimal): -11975279 or 9520457. OLE color: 9520457.

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

Color convert

RGB7369145-
CMYK0.500.5200.43
HSL243.16º35.51%41.96%-
HSV(B)243.16º52.41%56.86%-
XYZ9.997.7227.75-
YUV78.86165.33123.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=25.44%
G=24.04%
B=50.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73691450.500.5200.43243.1635.5141.96
Hex494591323402Bf3242a
Octal11110522162640533634452
Binary1001001100010110010001110010110100010101111110011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494591; }

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

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

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

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

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

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

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

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