#493F92

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

Shades of Dark Slate Blue #493F92

Tints of Dark Slate Blue #493F92

Color information

#493F92 (or 0x493F92) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3F and 92. RGB value is (73,63,146). Sum of RGB (Red+Green+Blue) = 73+63+146=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #493F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F92 is #B6C06D. Grayscale: #4B4B4B. Windows color (decimal): -11976814 or 9584457. OLE color: 9584457.

HSL color Cylindrical-coordinate representation of color #493F92: hue angle of 247.23º degrees, saturation: 0.4, 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 #493F92 is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7363146-
CMYK0.50.5700.43
HSL247.23º39.71%40.98%-
HSV(B)247.23º56.85%57.25%-
XYZ9.717.0528.04-
YUV75.45167.81126.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 63 (25% from 255) = 22.34%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=25.89%
G=22.34%
B=51.77%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73631460.50.5700.43247.2339.7140.98
Hex493F92323902Bf72829
Octal1117722262710533675051
Binary100100111111110010010110010111001010101111110111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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