#49458D

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

Shades of Dark Slate Blue #49458D

Tints of Dark Slate Blue #49458D

Color information

#49458D (or 0x49458D) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 45 and 8D. RGB value is (73,69,141). Sum of RGB (Red+Green+Blue) = 73+69+141=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #49458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49458D is #B6BA72. Grayscale: #4E4E4E. Windows color (decimal): -11975283 or 9258313. OLE color: 9258313.

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

Color convert

RGB7369141-
CMYK0.480.5100.45
HSL243.33º34.29%41.18%-
HSV(B)243.33º51.06%55.29%-
XYZ9.687.626.16-
YUV78.4163.33124.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 141 (55.47% from 255) = 49.82%
R=25.80%
G=24.38%
B=49.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73691410.480.5100.45243.3334.2941.18
Hex49458D303302Df32229
Octal11110521560630553634251
Binary1001001100010110001101110000110011010110111110011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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