#49478D

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

Shades of Dark Slate Blue #49478D

Tints of Dark Slate Blue #49478D

Color information

#49478D (or 0x49478D) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 47 and 8D. RGB value is (73,71,141). Sum of RGB (Red+Green+Blue) = 73+71+141=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #49478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49478D is #B6B872. Grayscale: #4F4F4F. Windows color (decimal): -11974771 or 9258825. OLE color: 9258825.

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

Color convert

RGB7371141-
CMYK0.480.5000.45
HSL241.71º33.02%41.57%-
HSV(B)241.71º49.65%55.29%-
XYZ9.817.8526.2-
YUV79.58162.66123.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=25.61%
G=24.91%
B=49.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73711410.480.5000.45241.7133.0241.57
Hex49478D303202Df2212a
Octal11110721560620553624152
Binary1001001100011110001101110000110010010110111110010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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