#493F84

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

Shades of Dark Slate Blue #493F84

Tints of Dark Slate Blue #493F84

Color information

#493F84 (or 0x493F84) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3F and 84. RGB value is (73,63,132). Sum of RGB (Red+Green+Blue) = 73+63+132=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #493F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F84 is #B6C07B. Grayscale: #494949. Windows color (decimal): -11976828 or 8666953. OLE color: 8666953.

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

Color convert

RGB7363132-
CMYK0.450.5200.48
HSL248.7º35.38%38.24%-
HSV(B)248.7º52.27%51.76%-
XYZ8.696.6422.65-
YUV73.86160.81127.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 63 (25% from 255) = 23.51%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=27.24%
G=23.51%
B=49.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73631320.450.5200.48248.735.3838.24
Hex493F842D34030f92326
Octal1117720455640603714346
Binary100100111111110000100101101110100011000011111001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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