#493E85

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

Shades of Dark Slate Blue #493E85

Tints of Dark Slate Blue #493E85

Color information

#493E85 (or 0x493E85) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3E and 85. RGB value is (73,62,133). Sum of RGB (Red+Green+Blue) = 73+62+133=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #493E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493E85 is #B6C17A. Grayscale: #494949. Windows color (decimal): -11977083 or 8732233. OLE color: 8732233.

HSL color Cylindrical-coordinate representation of color #493E85: hue angle of 249.3º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #493E85 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7362133-
CMYK0.450.5300.48
HSL249.3º36.41%38.24%-
HSV(B)249.3º53.38%52.16%-
XYZ8.76.5623-
YUV73.38161.64127.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 62 (24.61% from 255) = 23.13%
BLUE value IS 133 (52.34% from 255) = 49.63%
R=27.24%
G=23.13%
B=49.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73621330.450.5300.48249.336.4138.24
Hex493E852D35030f92426
Octal1117620555650603714446
Binary100100111111010000101101101110101011000011111001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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