#494785

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

Shades of Dark Slate Blue #494785

Tints of Dark Slate Blue #494785

Color information

#494785 (or 0x494785) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 47 and 85. RGB value is (73,71,133). Sum of RGB (Red+Green+Blue) = 73+71+133=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #494785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494785 is #B6B87A. Grayscale: #4E4E4E. Windows color (decimal): -11974779 or 8734537. OLE color: 8734537.

HSL color Cylindrical-coordinate representation of color #494785: hue angle of 241.94º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494785 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7371133-
CMYK0.450.4700.48
HSL241.94º30.39%40%-
HSV(B)241.94º46.62%52.16%-
XYZ9.237.6223.17-
YUV78.67158.66123.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=26.35%
G=25.63%
B=48.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73711330.450.4700.48241.9430.3940
Hex4947852D2F030f21e28
Octal11110720555570603623650
Binary100100110001111000010110110110111101100001111001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494785; }

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

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

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

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

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

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

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

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