#49428E

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

Shades of Dark Slate Blue #49428E

Tints of Dark Slate Blue #49428E

Color information

#49428E (or 0x49428E) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 42 and 8E. RGB value is (73,66,142). Sum of RGB (Red+Green+Blue) = 73+66+142=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #49428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49428E is #B6BD71. Grayscale: #4C4C4C. Windows color (decimal): -11976050 or 9323081. OLE color: 9323081.

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

Color convert

RGB7366142-
CMYK0.490.5400.44
HSL245.53º36.54%40.78%-
HSV(B)245.53º53.52%55.69%-
XYZ9.587.2726.49-
YUV76.76164.82125.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=25.98%
G=23.49%
B=50.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73661420.490.5400.44245.5336.5440.78
Hex49428E313602Cf62529
Octal11110221661660543664551
Binary1001001100001010001110110001110110010110011110110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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