#493D8A

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

Shades of Dark Slate Blue #493D8A

Tints of Dark Slate Blue #493D8A

Color information

#493D8A (or 0x493D8A) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3D and 8A. RGB value is (73,61,138). Sum of RGB (Red+Green+Blue) = 73+61+138=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #493D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D8A is #B6C275. Grayscale: #494949. Windows color (decimal): -11977334 or 9059657. OLE color: 9059657.

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

Color convert

RGB7361138-
CMYK0.470.5600.46
HSL249.35º38.69%39.02%-
HSV(B)249.35º55.8%54.12%-
XYZ96.5924.84-
YUV73.37164.48127.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=26.84%
G=22.43%
B=50.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73611380.470.5600.46249.3538.6939.02
Hex493D8A2F3802Ef92727
Octal1117521257700563714747
Binary100100111110110001010101111111000010111011111001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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