#493F8A

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

Shades of Dark Slate Blue #493F8A

Tints of Dark Slate Blue #493F8A

Color information

#493F8A (or 0x493F8A) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3F and 8A. RGB value is (73,63,138). Sum of RGB (Red+Green+Blue) = 73+63+138=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #493F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F8A is #B6C075. Grayscale: #4A4A4A. Windows color (decimal): -11976822 or 9060169. OLE color: 9060169.

HSL color Cylindrical-coordinate representation of color #493F8A: hue angle of 248º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #493F8A is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7363138-
CMYK0.470.5400.46
HSL248º37.31%39.41%-
HSV(B)248º54.35%54.12%-
XYZ9.116.8124.88-
YUV74.54163.81126.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 63 (25% from 255) = 22.99%
BLUE value IS 138 (54.30% from 255) = 50.36%
R=26.64%
G=22.99%
B=50.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73631380.470.5400.4624837.3139.41
Hex493F8A2F3602Ef82527
Octal1117721257660563704547
Binary100100111111110001010101111110110010111011111000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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