#49498D

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

Shades of Dark Slate Blue #49498D

Tints of Dark Slate Blue #49498D

Color information

#49498D (or 0x49498D) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 49 and 8D. RGB value is (73,73,141). Sum of RGB (Red+Green+Blue) = 73+73+141=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #49498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49498D is #B6B672. Grayscale: #505050. Windows color (decimal): -11974259 or 9259337. OLE color: 9259337.

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

Color convert

RGB7373141-
CMYK0.480.4800.45
HSL240º31.78%41.96%-
HSV(B)240º48.23%55.29%-
XYZ9.948.126.24-
YUV80.75162122.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=25.44%
G=25.44%
B=49.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73731410.480.4800.4524031.7841.96
Hex49498D303002Df0202a
Octal11111121560600553604052
Binary1001001100100110001101110000110000010110111110000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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