#493B87

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

Shades of Dark Slate Blue #493B87

Tints of Dark Slate Blue #493B87

Color information

#493B87 (or 0x493B87) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3B and 87. RGB value is (73,59,135). Sum of RGB (Red+Green+Blue) = 73+59+135=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #493B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493B87 is #B6C478. Grayscale: #474747. Windows color (decimal): -11977849 or 8862537. OLE color: 8862537.

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

Color convert

RGB7359135-
CMYK0.460.5600.47
HSL251.05º39.18%38.04%-
HSV(B)251.05º56.3%52.94%-
XYZ8.686.2923.68-
YUV71.85163.64128.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 59 (23.44% from 255) = 22.10%
BLUE value IS 135 (53.12% from 255) = 50.56%
R=27.34%
G=22.10%
B=50.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73591350.460.5600.47251.0539.1838.04
Hex493B872E3802Ffb2726
Octal1117320756700573734746
Binary100100111101110000111101110111000010111111111011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,59,135); }

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

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

 a { background-color: rgb(73,59,135); }

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

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

 span { border-color: rgb(73,59,135); }

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