#493E7D

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

Shades of Dark Slate Blue #493E7D

Tints of Dark Slate Blue #493E7D

Color information

#493E7D (or 0x493E7D) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3E and 7D. RGB value is (73,62,125). Sum of RGB (Red+Green+Blue) = 73+62+125=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #493E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E7D is #B6C182. Grayscale: #484848. Windows color (decimal): -11977091 or 8207945. OLE color: 8207945.

HSL color Cylindrical-coordinate representation of color #493E7D: hue angle of 250.48º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493E7D is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7362125-
CMYK0.420.5000.51
HSL250.48º33.69%36.67%-
HSV(B)250.48º50.4%49.02%-
XYZ8.176.3420.2-
YUV72.47157.64128.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 62 (24.61% from 255) = 23.85%
BLUE value IS 125 (49.22% from 255) = 48.08%
R=28.08%
G=23.85%
B=48.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73621250.420.5000.51250.4833.6936.67
Hex493E7D2A32033fa2225
Octal1117617552620633724245
Binary10010011111101111101101010110010011001111111010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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