#493F91

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

Shades of Dark Slate Blue #493F91

Tints of Dark Slate Blue #493F91

Color information

#493F91 (or 0x493F91) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3F and 91. RGB value is (73,63,145). Sum of RGB (Red+Green+Blue) = 73+63+145=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #493F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F91 is #B6C06E. Grayscale: #4B4B4B. Windows color (decimal): -11976815 or 9518921. OLE color: 9518921.

HSL color Cylindrical-coordinate representation of color #493F91: hue angle of 247.32º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #493F91 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7363145-
CMYK0.500.5700.43
HSL247.32º39.42%40.78%-
HSV(B)247.32º56.55%56.86%-
XYZ9.647.0227.63-
YUV75.34167.31126.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 145 (57.03% from 255) = 51.60%
R=25.98%
G=22.42%
B=51.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73631450.500.5700.43247.3239.4240.78
Hex493F91323902Bf72729
Octal1117722162710533674751
Binary100100111111110010001110010111001010101111110111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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