#47615E

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

Shades of Dark Slate #47615E

Tints of Dark Slate #47615E

Color information

#47615E (or 0x47615E) is unknown color: approx Dark Slate. HEX triplet: 47, 61 and 5E. RGB value is (71,97,94). Sum of RGB (Red+Green+Blue) = 71+97+94=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #47615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47615E is #B89EA1. Grayscale: #585858. Windows color (decimal): -12099234 or 6185287. OLE color: 6185287.

HSL color Cylindrical-coordinate representation of color #47615E: hue angle of 173.08º 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 #47615E is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB719794-
CMYK0.2700.030.62
HSL173.08º15.48%32.94%-
HSV(B)173.08º26.8%38.04%-
XYZ8.8910.712.19-
YUV88.88130.89115.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=27.10%
G=37.02%
B=35.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197940.2700.030.62173.0815.4832.94
Hex47615E1B033Eadf21
Octal1071411363303762551741
Binary10001111100001101111011011011111110101011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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