#493F82

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

Shades of Dark Slate Blue #493F82

Tints of Dark Slate Blue #493F82

Color information

#493F82 (or 0x493F82) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3F and 82. RGB value is (73,63,130). Sum of RGB (Red+Green+Blue) = 73+63+130=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #493F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F82 is #B6C07D. Grayscale: #494949. Windows color (decimal): -11976830 or 8535881. OLE color: 8535881.

HSL color Cylindrical-coordinate representation of color #493F82: hue angle of 248.96º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #493F82 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7363130-
CMYK0.440.5200.49
HSL248.96º34.72%37.84%-
HSV(B)248.96º51.54%50.98%-
XYZ8.556.5821.94-
YUV73.63159.81127.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 63 (25% from 255) = 23.68%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=27.44%
G=23.68%
B=48.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73631300.440.5200.49248.9634.7237.84
Hex493F822C34031f92326
Octal1117720254640613714346
Binary100100111111110000010101100110100011000111111001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,130); }

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

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

 a { background-color: rgb(73,63,130); }

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

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

 span { border-color: rgb(73,63,130); }

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