#493E7F

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

Shades of Dark Slate Blue #493E7F

Tints of Dark Slate Blue #493E7F

Color information

#493E7F (or 0x493E7F) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3E and 7F. RGB value is (73,62,127). Sum of RGB (Red+Green+Blue) = 73+62+127=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #493E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E7F is #B6C180. Grayscale: #484848. Windows color (decimal): -11977089 or 8339017. OLE color: 8339017.

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

Color convert

RGB7362127-
CMYK0.430.5100.50
HSL250.15º34.39%37.06%-
HSV(B)250.15º51.18%49.8%-
XYZ8.36.3920.88-
YUV72.7158.64128.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 127 (50% from 255) = 48.47%
R=27.86%
G=23.66%
B=48.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73621270.430.5100.50250.1534.3937.06
Hex493E7F2B33032fa2225
Octal1117617753630623724245
Binary10010011111101111111101011110011011001011111010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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