#49408A

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

Shades of Dark Slate Blue #49408A

Tints of Dark Slate Blue #49408A

Color information

#49408A (or 0x49408A) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 40 and 8A. RGB value is (73,64,138). Sum of RGB (Red+Green+Blue) = 73+64+138=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #49408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49408A is #B6BF75. Grayscale: #4A4A4A. Windows color (decimal): -11976566 or 9060425. OLE color: 9060425.

HSL color Cylindrical-coordinate representation of color #49408A: hue angle of 247.3º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49408A is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7364138-
CMYK0.470.5400.46
HSL247.3º36.63%39.61%-
HSV(B)247.3º53.62%54.12%-
XYZ9.176.9224.9-
YUV75.13163.48126.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=26.55%
G=23.27%
B=50.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73641380.470.5400.46247.336.6339.61
Hex49408A2F3602Ef72528
Octal11110021257660563674550
Binary1001001100000010001010101111110110010111011110111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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