#493D89

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

Shades of Dark Slate Blue #493D89

Tints of Dark Slate Blue #493D89

Color information

#493D89 (or 0x493D89) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3D and 89. RGB value is (73,61,137). Sum of RGB (Red+Green+Blue) = 73+61+137=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #493D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D89 is #B6C276. Grayscale: #484848. Windows color (decimal): -11977335 or 8994121. OLE color: 8994121.

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

Color convert

RGB7361137-
CMYK0.470.5500.46
HSL249.47º38.38%38.82%-
HSV(B)249.47º55.47%53.73%-
XYZ8.936.5624.46-
YUV73.25163.98127.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 61 (24.22% from 255) = 22.51%
BLUE value IS 137 (53.91% from 255) = 50.55%
R=26.94%
G=22.51%
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.46
SystemRedGreenBlueCMYKHSL
Decimal73611370.470.5500.46249.4738.3838.82
Hex493D892F3702Ef92627
Octal1117521157670563714647
Binary100100111110110001001101111110111010111011111001100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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