#494686

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

Shades of Dark Slate Blue #494686

Tints of Dark Slate Blue #494686

Color information

#494686 (or 0x494686) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 46 and 86. RGB value is (73,70,134). Sum of RGB (Red+Green+Blue) = 73+70+134=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #494686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494686 is #B6B979. Grayscale: #4D4D4D. Windows color (decimal): -11975034 or 8799817. OLE color: 8799817.

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

Color convert

RGB7370134-
CMYK0.460.4800.47
HSL242.81º31.37%40%-
HSV(B)242.81º47.76%52.55%-
XYZ9.247.5223.52-
YUV78.19159.49124.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 134 (52.73% from 255) = 48.38%
R=26.35%
G=25.27%
B=48.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73701340.460.4800.47242.8131.3740
Hex4946862E3002Ff31f28
Octal11110620656600573633750
Binary100100110001101000011010111011000001011111111001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494686; }

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

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

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

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

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

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

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

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