#49605D

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

Shades of Dark Slate #49605D

Tints of Dark Slate #49605D

Color information

#49605D (or 0x49605D) is unknown color: approx Dark Slate. HEX triplet: 49, 60 and 5D. RGB value is (73,96,93). Sum of RGB (Red+Green+Blue) = 73+96+93=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #49605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49605D is #B69FA2. Grayscale: #585858. Windows color (decimal): -11968419 or 6119497. OLE color: 6119497.

HSL color Cylindrical-coordinate representation of color #49605D: hue angle of 172.17º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49605D is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB739693-
CMYK0.2400.030.62
HSL172.17º13.61%33.14%-
HSV(B)172.17º23.96%37.65%-
XYZ8.9110.5711.93-
YUV88.78130.38116.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=27.86%
G=36.64%
B=35.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396930.2400.030.62172.1713.6133.14
Hex49605D18033Eace21
Octal1111401353003762541641
Binary10010011100000101110111000011111110101011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,96,93); }

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

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

 a { background-color: rgb(73,96,93); }

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

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

 span { border-color: rgb(73,96,93); }

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