#493C86

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

Shades of Dark Slate Blue #493C86

Tints of Dark Slate Blue #493C86

Color information

#493C86 (or 0x493C86) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3C and 86. RGB value is (73,60,134). Sum of RGB (Red+Green+Blue) = 73+60+134=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #493C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493C86 is #B6C379. Grayscale: #484848. Windows color (decimal): -11977594 or 8797257. OLE color: 8797257.

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

Color convert

RGB7360134-
CMYK0.460.5500.47
HSL250.54º38.14%38.04%-
HSV(B)250.54º55.22%52.55%-
XYZ8.676.3723.33-
YUV72.32162.81128.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 134 (52.73% from 255) = 50.19%
R=27.34%
G=22.47%
B=50.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73601340.460.5500.47250.5438.1438.04
Hex493C862E3702Ffb2626
Octal1117420656670573734646
Binary100100111110010000110101110110111010111111111011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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