#494685

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

Shades of Dark Slate Blue #494685

Tints of Dark Slate Blue #494685

Color information

#494685 (or 0x494685) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 46 and 85. RGB value is (73,70,133). Sum of RGB (Red+Green+Blue) = 73+70+133=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #494685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494685 is #B6B97A. Grayscale: #4D4D4D. Windows color (decimal): -11975035 or 8734281. OLE color: 8734281.

HSL color Cylindrical-coordinate representation of color #494685: hue angle of 242.86º degrees, saturation: 0.31, 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 #494685 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7370133-
CMYK0.450.4700.48
HSL242.86º31.03%39.8%-
HSV(B)242.86º47.37%52.16%-
XYZ9.177.4923.15-
YUV78.08158.99124.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 133 (52.34% from 255) = 48.19%
R=26.45%
G=25.36%
B=48.19%

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
Decimal73701330.450.4700.48242.8631.0339.8
Hex4946852D2F030f31f28
Octal11110620555570603633750
Binary100100110001101000010110110110111101100001111001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494685; }

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

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

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

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

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

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

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

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