#49605C

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

Shades of Dark Slate #49605C

Tints of Dark Slate #49605C

Color information

#49605C (or 0x49605C) is unknown color: approx Dark Slate. HEX triplet: 49, 60 and 5C. RGB value is (73,96,92). Sum of RGB (Red+Green+Blue) = 73+96+92=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #49605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49605C is #B69FA3. Grayscale: #585858. Windows color (decimal): -11968420 or 6053961. OLE color: 6053961.

HSL color Cylindrical-coordinate representation of color #49605C: hue angle of 169.57º 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 #49605C is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB739692-
CMYK0.2400.040.62
HSL169.57º13.61%33.14%-
HSV(B)169.57º23.96%37.65%-
XYZ8.8610.5511.7-
YUV88.67129.88116.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=27.97%
G=36.78%
B=35.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396920.2400.040.62169.5713.6133.14
Hex49605C18043Eaae21
Octal1111401343004762521641
Binary100100111000001011100110000100111110101010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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