#494791

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

Shades of Dark Slate Blue #494791

Tints of Dark Slate Blue #494791

Color information

#494791 (or 0x494791) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 47 and 91. RGB value is (73,71,145). Sum of RGB (Red+Green+Blue) = 73+71+145=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #494791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494791 is #B6B86E. Grayscale: #4F4F4F. Windows color (decimal): -11974767 or 9520969. OLE color: 9520969.

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

Color convert

RGB7371145-
CMYK0.500.5100.43
HSL241.62º34.26%42.35%-
HSV(B)241.62º51.03%56.86%-
XYZ10.117.9727.79-
YUV80.03164.66122.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 145 (57.03% from 255) = 50.17%
R=25.26%
G=24.57%
B=50.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73711450.500.5100.43241.6234.2642.35
Hex494791323302Bf2222a
Octal11110722162630533624252
Binary1001001100011110010001110010110011010101111110010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494791; }

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

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

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

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

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

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

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

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