#49498E

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

Shades of Dark Slate Blue #49498E

Tints of Dark Slate Blue #49498E

Color information

#49498E (or 0x49498E) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 49 and 8E. RGB value is (73,73,142). Sum of RGB (Red+Green+Blue) = 73+73+142=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #49498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49498E is #B6B671. Grayscale: #505050. Windows color (decimal): -11974258 or 9324873. OLE color: 9324873.

HSL color Cylindrical-coordinate representation of color #49498E: hue angle of 240º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49498E is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7373142-
CMYK0.490.4900.44
HSL240º32.09%42.16%-
HSV(B)240º48.59%55.69%-
XYZ10.018.1326.63-
YUV80.87162.5122.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 142 (55.86% from 255) = 49.31%
R=25.35%
G=25.35%
B=49.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73731420.490.4900.4424032.0942.16
Hex49498E313102Cf0202a
Octal11111121661610543604052
Binary1001001100100110001110110001110001010110011110000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49498E; }

 p { color: rgb(73,73,142); }

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

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

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

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

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

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

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