#49438C

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

Shades of Dark Slate Blue #49438C

Tints of Dark Slate Blue #49438C

Color information

#49438C (or 0x49438C) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 43 and 8C. RGB value is (73,67,140). Sum of RGB (Red+Green+Blue) = 73+67+140=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #49438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49438C is #B6BC73. Grayscale: #4C4C4C. Windows color (decimal): -11975796 or 9192265. OLE color: 9192265.

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

Color convert

RGB7367140-
CMYK0.480.5200.45
HSL244.93º35.27%40.59%-
HSV(B)244.93º52.14%54.9%-
XYZ9.497.3225.72-
YUV77.12163.49125.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 140 (55.08% from 255) = 50%
R=26.07%
G=23.93%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73671400.480.5200.45244.9335.2740.59
Hex49438C303402Df52329
Octal11110321460640553654351
Binary1001001100001110001100110000110100010110111110101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,67,140); }

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

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

 a { background-color: rgb(73,67,140); }

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

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

 span { border-color: rgb(73,67,140); }

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