#49407C

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

Shades of Dark Slate Blue #49407C

Tints of Dark Slate Blue #49407C

Color information

#49407C (or 0x49407C) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 40 and 7C. RGB value is (73,64,124). Sum of RGB (Red+Green+Blue) = 73+64+124=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #49407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49407C is #B6BF83. Grayscale: #494949. Windows color (decimal): -11976580 or 8142921. OLE color: 8142921.

HSL color Cylindrical-coordinate representation of color #49407C: hue angle of 249º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49407C is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7364124-
CMYK0.410.4800.51
HSL249º31.91%36.86%-
HSV(B)249º48.39%48.63%-
XYZ8.226.5419.9-
YUV73.53156.48127.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=27.97%
G=24.52%
B=47.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73641240.410.4800.5124931.9136.86
Hex49407C2930033f92025
Octal11110017451600633714045
Binary100100110000001111100101001110000011001111111001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49407C; }

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

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

<style>
 a { background-color: #49407C; }

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

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

<style>
 span { border-color: #49407C; }

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

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