#493F8B

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

Shades of Dark Slate Blue #493F8B

Tints of Dark Slate Blue #493F8B

Color information

#493F8B (or 0x493F8B) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3F and 8B. RGB value is (73,63,139). Sum of RGB (Red+Green+Blue) = 73+63+139=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #493F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F8B is #B6C074. Grayscale: #4A4A4A. Windows color (decimal): -11976821 or 9125705. OLE color: 9125705.

HSL color Cylindrical-coordinate representation of color #493F8B: hue angle of 247.89º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #493F8B is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7363139-
CMYK0.470.5500.45
HSL247.89º37.62%39.61%-
HSV(B)247.89º54.68%54.51%-
XYZ9.196.8425.26-
YUV74.65164.31126.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 63 (25% from 255) = 22.91%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=26.55%
G=22.91%
B=50.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73631390.470.5500.45247.8937.6239.61
Hex493F8B2F3702Df82628
Octal1117721357670553704650
Binary100100111111110001011101111110111010110111111000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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