#49428D

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

Shades of Dark Slate Blue #49428D

Tints of Dark Slate Blue #49428D

Color information

#49428D (or 0x49428D) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 42 and 8D. RGB value is (73,66,141). Sum of RGB (Red+Green+Blue) = 73+66+141=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #49428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49428D is #B6BD72. Grayscale: #4C4C4C. Windows color (decimal): -11976051 or 9257545. OLE color: 9257545.

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

Color convert

RGB7366141-
CMYK0.480.5300.45
HSL245.6º36.23%40.59%-
HSV(B)245.6º53.19%55.29%-
XYZ9.57.2426.1-
YUV76.64164.32125.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=26.07%
G=23.57%
B=50.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73661410.480.5300.45245.636.2340.59
Hex49428D303502Df62429
Octal11110221560650553664451
Binary1001001100001010001101110000110101010110111110110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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