#493F7D

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

Shades of Dark Slate Blue #493F7D

Tints of Dark Slate Blue #493F7D

Color information

#493F7D (or 0x493F7D) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3F and 7D. RGB value is (73,63,125). Sum of RGB (Red+Green+Blue) = 73+63+125=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #493F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F7D is #B6C082. Grayscale: #484848. Windows color (decimal): -11976835 or 8208201. OLE color: 8208201.

HSL color Cylindrical-coordinate representation of color #493F7D: hue angle of 249.68º degrees, saturation: 0.33, 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 #493F7D is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7363125-
CMYK0.420.5000.51
HSL249.68º32.98%36.86%-
HSV(B)249.68º49.6%49.02%-
XYZ8.236.4520.21-
YUV73.06157.31127.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 63 (25% from 255) = 24.14%
BLUE value IS 125 (49.22% from 255) = 47.89%
R=27.97%
G=24.14%
B=47.89%

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
Decimal73631250.420.5000.51249.6832.9836.86
Hex493F7D2A32033fa2125
Octal1117717552620633724145
Binary10010011111111111101101010110010011001111111010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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