#493986

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

Shades of Dark Slate Blue #493986

Tints of Dark Slate Blue #493986

Color information

#493986 (or 0x493986) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 39 and 86. RGB value is (73,57,134). Sum of RGB (Red+Green+Blue) = 73+57+134=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #493986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493986 is #B6C679. Grayscale: #464646. Windows color (decimal): -11978362 or 8796489. OLE color: 8796489.

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

Color convert

RGB7357134-
CMYK0.460.5700.47
HSL252.47º40.31%37.45%-
HSV(B)252.47º57.46%52.55%-
XYZ8.516.0623.28-
YUV70.56163.8129.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 57 (22.66% from 255) = 21.59%
BLUE value IS 134 (52.73% from 255) = 50.76%
R=27.65%
G=21.59%
B=50.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73571340.460.5700.47252.4740.3137.45
Hex4939862E3902Ffc2825
Octal1117120656710573745045
Binary100100111100110000110101110111001010111111111100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493986; }

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

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

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

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

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

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

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

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