#493E86

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

Shades of Dark Slate Blue #493E86

Tints of Dark Slate Blue #493E86

Color information

#493E86 (or 0x493E86) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3E and 86. RGB value is (73,62,134). Sum of RGB (Red+Green+Blue) = 73+62+134=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #493E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493E86 is #B6C179. Grayscale: #494949. Windows color (decimal): -11977082 or 8797769. OLE color: 8797769.

HSL color Cylindrical-coordinate representation of color #493E86: hue angle of 249.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #493E86 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7362134-
CMYK0.460.5400.47
HSL249.17º36.73%38.43%-
HSV(B)249.17º53.73%52.55%-
XYZ8.776.5823.36-
YUV73.5162.14127.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 134 (52.73% from 255) = 49.81%
R=27.14%
G=23.05%
B=49.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73621340.460.5400.47249.1736.7338.43
Hex493E862E3602Ff92526
Octal1117620656660573714546
Binary100100111111010000110101110110110010111111111001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493E86; }

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

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

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

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

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

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

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

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