#494892

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

Shades of Dark Slate Blue #494892

Tints of Dark Slate Blue #494892

Color information

#494892 (or 0x494892) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 48 and 92. RGB value is (73,72,146). Sum of RGB (Red+Green+Blue) = 73+72+146=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #494892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494892 is #B6B76D. Grayscale: #505050. Windows color (decimal): -11974510 or 9586761. OLE color: 9586761.

HSL color Cylindrical-coordinate representation of color #494892: hue angle of 240.81º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #494892 is Cyan = 0.5, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7372146-
CMYK0.50.5100.43
HSL240.81º33.94%42.75%-
HSV(B)240.81º50.68%57.25%-
XYZ10.258.1328.22-
YUV80.74164.83122.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 146 (57.42% from 255) = 50.17%
R=25.09%
G=24.74%
B=50.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73721460.50.5100.43240.8133.9442.75
Hex494892323302Bf1222b
Octal11111022262630533614253
Binary1001001100100010010010110010110011010101111110001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494892; }

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

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

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

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

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

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

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

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