#493F79

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

Shades of Dark Slate Blue #493F79

Tints of Dark Slate Blue #493F79

Color information

#493F79 (or 0x493F79) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3F and 79. RGB value is (73,63,121). Sum of RGB (Red+Green+Blue) = 73+63+121=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #493F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F79 is #B6C086. Grayscale: #484848. Windows color (decimal): -11976839 or 7946057. OLE color: 7946057.

HSL color Cylindrical-coordinate representation of color #493F79: hue angle of 250.34º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493F79 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7363121-
CMYK0.400.4800.53
HSL250.34º31.52%36.08%-
HSV(B)250.34º47.93%47.45%-
XYZ7.986.3518.89-
YUV72.6155.31128.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 63 (25% from 255) = 24.51%
BLUE value IS 121 (47.66% from 255) = 47.08%
R=28.40%
G=24.51%
B=47.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73631210.400.4800.53250.3431.5236.08
Hex493F792830035fa2024
Octal1117717150600653724044
Binary10010011111111111001101000110000011010111111010100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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