#49615D

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

Shades of Dark Slate #49615D

Tints of Dark Slate #49615D

Color information

#49615D (or 0x49615D) is unknown color: approx Dark Slate. HEX triplet: 49, 61 and 5D. RGB value is (73,97,93). Sum of RGB (Red+Green+Blue) = 73+97+93=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #49615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49615D is #B69EA2. Grayscale: #595959. Windows color (decimal): -11968163 or 6119753. OLE color: 6119753.

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

Color convert

RGB739793-
CMYK0.2500.040.62
HSL170º14.12%33.33%-
HSV(B)170º24.74%38.04%-
XYZ910.7611.96-
YUV89.37130.05116.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=27.76%
G=36.88%
B=35.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397930.2500.040.6217014.1233.33
Hex49615D19043Eaae21
Octal1111411353104762521641
Binary100100111000011011101110010100111110101010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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