#47615D

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

Shades of Dark Slate #47615D

Tints of Dark Slate #47615D

Color information

#47615D (or 0x47615D) is unknown color: approx Dark Slate. HEX triplet: 47, 61 and 5D. RGB value is (71,97,93). Sum of RGB (Red+Green+Blue) = 71+97+93=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #47615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47615D is #B89EA2. Grayscale: #585858. Windows color (decimal): -12099235 or 6119751. OLE color: 6119751.

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

Color convert

RGB719793-
CMYK0.2700.040.62
HSL170.77º15.48%32.94%-
HSV(B)170.77º26.8%38.04%-
XYZ8.8510.6811.95-
YUV88.77130.39115.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=27.20%
G=37.16%
B=35.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197930.2700.040.62170.7715.4832.94
Hex47615D1B043Eabf21
Octal1071411353304762531741
Binary100011111000011011101110110100111110101010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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