#49408E

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

Shades of Dark Slate Blue #49408E

Tints of Dark Slate Blue #49408E

Color information

#49408E (or 0x49408E) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 40 and 8E. RGB value is (73,64,142). Sum of RGB (Red+Green+Blue) = 73+64+142=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #49408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49408E is #B6BF71. Grayscale: #4B4B4B. Windows color (decimal): -11976562 or 9322569. OLE color: 9322569.

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

Color convert

RGB7364142-
CMYK0.490.5500.44
HSL246.92º37.86%40.39%-
HSV(B)246.92º54.93%55.69%-
XYZ9.467.0426.45-
YUV75.58165.48126.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=26.16%
G=22.94%
B=50.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73641420.490.5500.44246.9237.8640.39
Hex49408E313702Cf72628
Octal11110021661670543674650
Binary1001001100000010001110110001110111010110011110111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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