#493E7C

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

Shades of Dark Slate Blue #493E7C

Tints of Dark Slate Blue #493E7C

Color information

#493E7C (or 0x493E7C) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3E and 7C. RGB value is (73,62,124). Sum of RGB (Red+Green+Blue) = 73+62+124=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #493E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E7C is #B6C183. Grayscale: #484848. Windows color (decimal): -11977092 or 8142409. OLE color: 8142409.

HSL color Cylindrical-coordinate representation of color #493E7C: hue angle of 250.65º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493E7C is Cyan = 0.41, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7362124-
CMYK0.410.500.51
HSL250.65º33.33%36.47%-
HSV(B)250.65º50%48.63%-
XYZ8.116.3219.86-
YUV72.36157.14128.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=28.19%
G=23.94%
B=47.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73621240.410.500.51250.6533.3336.47
Hex493E7C2932033fb2124
Octal1117617451620633734144
Binary10010011111101111100101001110010011001111111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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