#493F7E

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

Shades of Dark Slate Blue #493F7E

Tints of Dark Slate Blue #493F7E

Color information

#493F7E (or 0x493F7E) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3F and 7E. RGB value is (73,63,126). Sum of RGB (Red+Green+Blue) = 73+63+126=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #493F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F7E is #B6C081. Grayscale: #484848. Windows color (decimal): -11976834 or 8273737. OLE color: 8273737.

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

Color convert

RGB7363126-
CMYK0.420.5000.51
HSL249.52º33.33%37.06%-
HSV(B)249.52º50%49.41%-
XYZ8.296.4820.55-
YUV73.17157.81127.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 126 (49.61% from 255) = 48.09%
R=27.86%
G=24.05%
B=48.09%

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
Decimal73631260.420.5000.51249.5233.3337.06
Hex493F7E2A32033fa2125
Octal1117717652620633724145
Binary10010011111111111110101010110010011001111111010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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